mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-14 18:57:59 +01:00
Bump avt from 0.16.0 to 0.17.0
Bumps [avt](https://github.com/asciinema/avt) from 0.16.0 to 0.17.0. - [Release notes](https://github.com/asciinema/avt/releases) - [Commits](https://github.com/asciinema/avt/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: avt dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -146,9 +146,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "avt"
|
||||
version = "0.16.0"
|
||||
version = "0.17.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "156203bcce48a54533c6a718509c22825c1ebbb606e6b313a6f13e8c6097bd13"
|
||||
checksum = "fa0f99f7bcce0e99d842c94947f8d0ab5f6f3abc08424e1a4b58a8a7ae30f7c7"
|
||||
dependencies = [
|
||||
"rgb",
|
||||
"unicode-width 0.1.14",
|
||||
|
||||
@@ -24,7 +24,7 @@ rustyline = { version = "17.0", default-features = false }
|
||||
config = { version = "0.15", default-features = false, features = ["toml"] }
|
||||
which = "8.0"
|
||||
tempfile = "3.23"
|
||||
avt = "0.16"
|
||||
avt = "0.17"
|
||||
axum = { version = "0.8", default-features = false, features = ["http1", "ws"] }
|
||||
tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] }
|
||||
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
|
||||
|
||||
Reference in New Issue
Block a user