mirror of
https://github.com/asciinema/asciinema.git
synced 2026-05-18 05:04:50 +02:00
Upgrade avt
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -146,9 +146,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "avt"
|
||||
version = "0.17.0"
|
||||
version = "0.18.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fa0f99f7bcce0e99d842c94947f8d0ab5f6f3abc08424e1a4b58a8a7ae30f7c7"
|
||||
checksum = "7179c44abe2ac36173d4713bfed24136e5988f005c7fe2c4fcde621d3d4d29b9"
|
||||
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.17"
|
||||
avt = "0.18"
|
||||
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