Skip to content

Commit

Permalink
Update Rust crate tokio to 1.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 072d15b commit 8566c53
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 @@ -28,14 +28,14 @@ opentelemetry-semantic-conventions = { version = "0.14" }
gcloud-sdk = { version = "0.24", features = ["google-devtools-cloudtrace-v2"] }
rvstruct = "0.3"
rsb_derive = "0.5"
tokio = { version = "1" }
tokio = { version = "1.37.0" }
tokio-stream = "0.1"
futures = "0.3"
async-trait = "0.1"


[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
opentelemetry = { version = "0.22" }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] }
Expand Down

0 comments on commit 8566c53

Please sign in to comment.