Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2023
1 parent c3cd0c6 commit 032b75e
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 @@ -22,6 +22,6 @@ rsdns = { version = "0.16.0", features = ["net-tokio"] }
serde = { version = "1.0.147" }
serde_json = "1.0.87"
thrift = "0.17"
tokio = { version = "1.32.0", features = ["rt", "net", "macros"] }
tokio = { version = "1.35.1", features = ["rt", "net", "macros"] }
vaultrs = "0.7.0"
webpki = "0.22"

0 comments on commit 032b75e

Please sign in to comment.