Skip to content

Commit

Permalink
Update Rust crate tokio to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and kodiakhq[bot] committed May 8, 2022
1 parent 831a7c0 commit 9c898bb
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 @@ -37,7 +37,7 @@ serde = "1.0.137"
serde_json = "1.0.81"
serde_qs = "0.9.2"
thiserror = { version = "1.0.31", default-features = false }
tokio = { version = "1.18.1", default-features = false, features = ["full"] }
tokio = { version = "1.18.2", default-features = false, features = ["full"] }
tracing = "0.1.34"
tracing-subscriber = { version = "0.3.11", default-features = false, features = ["smallvec", "fmt", "ansi", "tracing-log", "std", "env-filter"] }
typed-builder = "0.10.0"
Expand All @@ -49,5 +49,5 @@ warp = { version = "0.3.2", default-features = false, features = ["multipart", "
insta = { version = "1.14.0", default-features = false, features = ["colors", "ron", "redactions"] }
proptest = "1.0.0"
signedsource = { path = "../signedsource", default-features = false }
tokio = { version = "1.18.1", default-features = false, features = ["full"] }
tokio = { version = "1.18.2", default-features = false, features = ["full"] }
valico = "3.6.0"

0 comments on commit 9c898bb

Please sign in to comment.