Skip to content

Commit

Permalink
bump tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Sep 7, 2024
1 parent a65f85b commit 4de3924
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ tonic-openssl = { version = "0.2" }
hyper = "0.14"
hyper-openssl = "0.9"
prost = "0.10"
tokio = { version = "1.38", features = ["rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.15", features = ["net"] }
tokio = { version = "1.40", features = ["rt-multi-thread", "macros"] }
tokio-stream = { version = "0.1.16", features = ["net"] }
openssl = "0.10.16"
tower = "0.4.13"
tower = "0.5.0"
pretty_env_logger = "0.5.0"
hex = "0.4.3"

Expand Down

0 comments on commit 4de3924

Please sign in to comment.