Skip to content

Commit

Permalink
Update Rust crate tokio to 1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Aug 31, 2024
1 parent 4be230b commit 69338fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Cargo.lock

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

4 changes: 2 additions & 2 deletions src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ serde = "1.0.209"
serde_json = "1.0.127"
serde_qs = "0.13.0"
thiserror = { version = "1.0.63", default-features = false }
tokio = { version = "1.39.3", default-features = false, features = ["full"] }
tokio = { version = "1.40.0", default-features = false, features = ["full"] }
tower-http = { version = "0.5.2", default-features = false, features = ["cors", "trace"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
Expand All @@ -55,5 +55,5 @@ http-body-util = "0.1.2"
insta = { version = "1.39.0", default-features = false, features = ["colors", "ron", "redactions", "json"] }
mime = "0.3.17"
proptest = "1.5.0"
tokio = { version = "1.39.3", default-features = false, features = ["full"] }
tokio = { version = "1.40.0", default-features = false, features = ["full"] }
tower = "0.4.13"

0 comments on commit 69338fb

Please sign in to comment.