Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 035f209262 |
Generated
+9
-2
@@ -1695,9 +1695,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "ratatui-image"
|
||||
version = "10.0.6"
|
||||
version = "11.0.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c57add959ab80c9a92be620fa6f8e4a64f7c014829250ba78862e8d81a903cb5"
|
||||
checksum = "535e2a5f434ea3308977e6664b4386c3d663951a222e338cb7480d8742fe7773"
|
||||
dependencies = [
|
||||
"base64-simd",
|
||||
"icy_sixel",
|
||||
@@ -1705,6 +1705,7 @@ dependencies = [
|
||||
"rand 0.8.5",
|
||||
"ratatui 0.30.0",
|
||||
"rustix 0.38.44",
|
||||
"self_cell",
|
||||
"thiserror 1.0.69",
|
||||
"windows",
|
||||
]
|
||||
@@ -1924,6 +1925,12 @@ version = "1.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
||||
|
||||
[[package]]
|
||||
name = "self_cell"
|
||||
version = "1.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
|
||||
|
||||
[[package]]
|
||||
name = "semver"
|
||||
version = "1.0.27"
|
||||
|
||||
+1
-1
@@ -32,7 +32,7 @@ oneshot = { version = "0.2.1", features = ["std"], default-features = false }
|
||||
portable-pty = "0.9.0"
|
||||
rand = { version = "0.10.1", optional = true }
|
||||
ratatui = { version = "0.30.0", features = ["crossterm"], default-features = false }
|
||||
ratatui-image = { version = "10.0.6", default-features = false, features = ["crossterm", "image-defaults"] }
|
||||
ratatui-image = { version = "11.0.2", default-features = false, features = ["crossterm", "image-defaults"] }
|
||||
time = { version = "0.3.47", features = ["formatting", "local-offset", "macros"], default-features = false }
|
||||
tree-sitter-bash = "0.25.1"
|
||||
tree-sitter-highlight = "0.26.8"
|
||||
|
||||
Reference in New Issue
Block a user