Skip to content

Commit

Permalink
deps: bump tokio from 1.37.0 to 1.38.0
Browse files Browse the repository at this point in the history
Pull-Request: #5437.
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent 8607888 commit 1987d96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 @@ -124,7 +124,7 @@ quick-protobuf-codec = { version = "0.3.1", path = "misc/quick-protobuf-codec" }
quickcheck = { package = "quickcheck-ext", path = "misc/quickcheck-ext" }
rw-stream-sink = { version = "0.4.0", path = "misc/rw-stream-sink" }
unsigned-varint = { version = "0.8.0" }
tokio = { version = "1.37", default-features = false }
tokio = { version = "1.38", default-features = false }
tracing = "0.1.37"
futures = "0.3.30"
ring = "0.17.8"
Expand Down

0 comments on commit 1987d96

Please sign in to comment.