Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
- uuid:1.11.0;
- protobuf:3.7.1;
  • Loading branch information
honhimW committed Oct 30, 2024
1 parent bcabdef commit 0cb3d67
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ serde = { workspace = true, features = ["derive"] }
serde_json = "1"
crossbeam-channel = "0.5"

rustls = { version = "0.23.12", default-features = false, features = ["ring", "std"] }
rustls = { version = "0.23", default-features = false, features = ["ring", "std"] }
redis = { workspace = true, features = [
"tokio-comp",
"tokio-rustls-comp",
Expand All @@ -47,29 +47,27 @@ deadpool-redis = { path = "ratisui-deadpool-redis", features = [
] }

strum = "0.26.3"
uuid = { version = "1.10.0", features = ["v4"] }
#toml = { version = "0.8.19"}
uuid = { version = "1.11.0", features = ["v4"] }
ron = { version = "0.8.1", features = ["default"] }
dirs = "5.0.1"
base64 = "0.22.1"
clap = "4.5.16"
clap = "4.5"
tokio = { workspace = true, features = ["full"] }
encoding_rs = "0.8.34"
chronoutil = "0.2.7"
itertools = "0.13.0"
unicode-width = "0.2.0"
once_cell = "1"
futures = "0.3.30"
futures = "0.3"

jaded = { path = "ratisui-jaded", features = ["serde"] }
protobuf = { version = "3.5.1" }
protobuf = { version = "3.7.1" }

tree-sitter = { workspace = true}
tree-sitter-highlight = "0.23"
tree-sitter-json = "0.23"
tree-sitter-html = "0.23"
tree-sitter-ron = { path = "ratisui-tree-sitter-ron" }
russh = { version = "0.45.0", default-features = false }
russh = { version = "0.45", default-features = false }
async-trait = "0.1.83"
# git crates

Expand Down

0 comments on commit 0cb3d67

Please sign in to comment.