Skip to content

Commit

Permalink
Update Rust crate tokio to 1.37
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 28, 2024
1 parent d4a1595 commit ea0d383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdviz-collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ sqlx = { version = "0.7", features = [
], default-features = false, optional = true }
thiserror = "1"
time = "0.3"
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
tracing = "0.1"
tracing-opentelemetry-instrumentation-sdk = { version = "0.18" }

Expand Down

0 comments on commit ea0d383

Please sign in to comment.