Skip to content

Commit

Permalink
fix(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] authored Mar 28, 2024
1 parent 4c4054d commit 7b11a75
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ opentelemetry-system-metrics = { version = "0.1.8", optional = true }
rustls-pemfile = { version = "1.0.4" }
schemars = { version = "0.8.16", features = ["derive"] }
hyper = { version = "0.14", features = ["server"], default-features = false }
tokio = { version = "1.36.0", features = ["rt", "time"] }
tokio = { version = "1.37.0", features = ["rt", "time"] }
anyhow = "1.0.81"
derive_setters = "0.1.6"
thiserror = "1.0.58"
Expand Down
2 changes: 1 addition & 1 deletion autogen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ schemars = "0.8.16"
serde = "1.0.197"
serde_json = "1.0.115"
tailcall = { path = "../" }
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
tracing = "0.1.40"

0 comments on commit 7b11a75

Please sign in to comment.