Skip to content

Commit

Permalink
Update Rust crate tokio to 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and davidB committed Mar 9, 2024
1 parent 4a9cc0d commit 77a36e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
time = "0.3"
thiserror = "1"
tokio = { version = "1.0", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry-instrumentation-sdk = { version = "0.17" }

Expand Down

0 comments on commit 77a36e7

Please sign in to comment.