Skip to content

Commit

Permalink
Upgrade tokio to 1.38
Browse files Browse the repository at this point in the history
  • Loading branch information
davidli2010 committed Jun 1, 2024
1 parent 6eb53ab commit 7c97cf2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,18 @@ pub-response-field = ["visible"]
[dependencies]
tonic = "0.11.0"
prost = "0.12.0"
tokio = "1.32.0"
tokio-stream = "0.1.14"
tokio = "1.38.0"
tokio-stream = "0.1.15"
tower-service = "0.3.2"
http = "0.2.9"
visible = { version = "0.0.1", optional = true }
http = "0.2.12"
visible = { version = "0.0.1", optional = true }
tower = { version = "0.4.13", default-features = false }
openssl = { version = "0.10", optional = true }
hyper = { version = "0.14.26", features = ["h2", "client"], optional = true }
hyper-openssl = { version = "0.9", optional = true }

[dev-dependencies]
tokio = { version = "1.32.0", features = ["full"] }
tokio = { version = "1.38.0", features = ["full"] }

[build-dependencies]
tonic-build = { version = "0.11.0", default-features = false, features = ["prost"] }
Expand Down

0 comments on commit 7c97cf2

Please sign in to comment.