Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2024
1 parent e6c8a84 commit 7a364d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
serde_urlencoded = { version = "0.7.1", optional = true }
time = { version = "0.3.36", optional = true }
tokio = { version = "1", optional = true, features = [
tokio = { version = "1.37.0", optional = true, features = [
"macros",
"rt-multi-thread",
] }
Expand All @@ -86,7 +86,7 @@ tonic-types = { version = "0.11", optional = true }

[dev-dependencies]
chrono = "0.4.38"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread"] }
tower = { version = "0.4.13" }

[package.metadata.docs.rs]
Expand Down

0 comments on commit 7a364d7

Please sign in to comment.