Skip to content

Commit

Permalink
deps: bump tokio from 1.36.0 to 1.37.0
Browse files Browse the repository at this point in the history
Pull-Request: libp2p#5288.
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 887cf3c commit d40718f
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 @@ -14,7 +14,7 @@ futures = "0.3.29"
libp2p = { path = "../../libp2p", features = [ "tokio", "quic"] }
libp2p-stream = { path = "../../protocols/stream", version = "0.1.0-alpha" }
rand = "0.8"
tokio = { version = "1.36", features = ["full"] }
tokio = { version = "1.37", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

Expand Down

0 comments on commit d40718f

Please sign in to comment.