Skip to content

Commit

Permalink
Merge pull request #174 from pabrahamsson/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.35.1
  • Loading branch information
pabrahamsson authored Dec 20, 2023
2 parents b78829c + 032b75e commit af3d4ce
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.193" }
serde_json = "1.0.108"
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 af3d4ce

Please sign in to comment.