mirror of
https://github.com/asciinema/asciinema.git
synced 2025-12-16 03:38:03 +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]]
|
[[package]]
|
||||||
name = "avt"
|
name = "avt"
|
||||||
version = "0.16.0"
|
version = "0.17.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "156203bcce48a54533c6a718509c22825c1ebbb606e6b313a6f13e8c6097bd13"
|
checksum = "fa0f99f7bcce0e99d842c94947f8d0ab5f6f3abc08424e1a4b58a8a7ae30f7c7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"rgb",
|
"rgb",
|
||||||
"unicode-width 0.1.14",
|
"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"] }
|
config = { version = "0.15", default-features = false, features = ["toml"] }
|
||||||
which = "8.0"
|
which = "8.0"
|
||||||
tempfile = "3.23"
|
tempfile = "3.23"
|
||||||
avt = "0.16"
|
avt = "0.17"
|
||||||
axum = { version = "0.8", default-features = false, features = ["http1", "ws"] }
|
axum = { version = "0.8", default-features = false, features = ["http1", "ws"] }
|
||||||
tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] }
|
tokio = { version = "1.40", features = ["rt-multi-thread", "net", "sync", "time", "fs", "process"] }
|
||||||
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
|
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user