diff --git a/Cargo.lock b/Cargo.lock index 27f94fdbc36..f939c1855cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5094,9 +5094,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.28.1" +version = "1.28.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105" +checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2" dependencies = [ "autocfg", "bytes", diff --git a/interop-tests/Cargo.toml b/interop-tests/Cargo.toml index 2cd4084b1d6..6d65861c3c2 100644 --- a/interop-tests/Cargo.toml +++ b/interop-tests/Cargo.toml @@ -17,4 +17,4 @@ libp2p-mplex = { path = "../muxers/mplex" } log = "0.4" rand = "0.8.5" redis = { version = "0.23.0", default-features = false, features = ["tokio-comp"] } -tokio = { version = "1.28.1", features = ["full"] } +tokio = { version = "1.28.2", features = ["full"] } diff --git a/transports/pnet/Cargo.toml b/transports/pnet/Cargo.toml index 36c841e93b2..20df88dde73 100644 --- a/transports/pnet/Cargo.toml +++ b/transports/pnet/Cargo.toml @@ -27,7 +27,7 @@ libp2p-tcp = { workspace = true, features = ["tokio"] } libp2p-websocket = { workspace = true } libp2p-yamux = { workspace = true } quickcheck = { workspace = true } -tokio = { version = "1.28.1", features = ["full"] } +tokio = { version = "1.28.2", features = ["full"] } # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling diff --git a/transports/quic/Cargo.toml b/transports/quic/Cargo.toml index 27b8f5c2fe1..79bd83f59f7 100644 --- a/transports/quic/Cargo.toml +++ b/transports/quic/Cargo.toml @@ -23,7 +23,7 @@ quinn-proto = { version = "0.10.1", default-features = false, features = ["tls-r rand = "0.8.5" rustls = { version = "0.21.1", default-features = false } thiserror = "1.0.40" -tokio = { version = "1.28.1", default-features = false, features = ["net", "rt"], optional = true } +tokio = { version = "1.28.2", default-features = false, features = ["net", "rt"], optional = true } [features] tokio = ["dep:tokio", "if-watch/tokio"] @@ -44,7 +44,7 @@ libp2p-noise = { workspace = true } libp2p-tcp = { workspace = true, features = ["async-io"] } libp2p-yamux = { workspace = true } quickcheck = "1" -tokio = { version = "1.28.1", features = ["macros", "rt-multi-thread", "time"] } +tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread", "time"] } [[test]] name = "stream_compliance" diff --git a/transports/tcp/Cargo.toml b/transports/tcp/Cargo.toml index 93b034905e5..2a77b74bd25 100644 --- a/transports/tcp/Cargo.toml +++ b/transports/tcp/Cargo.toml @@ -20,7 +20,7 @@ libp2p-core = { workspace = true } libp2p-identity = { workspace = true } log = "0.4.11" socket2 = { version = "0.5.3", features = ["all"] } -tokio = { version = "1.28.1", default-features = false, features = ["net"], optional = true } +tokio = { version = "1.28.2", default-features = false, features = ["net"], optional = true } [features] tokio = ["dep:tokio", "if-watch/tokio"] @@ -28,7 +28,7 @@ async-io = ["dep:async-io", "if-watch/smol"] [dev-dependencies] async-std = { version = "1.6.5", features = ["attributes"] } -tokio = { version = "1.28.1", default-features = false, features = ["full"] } +tokio = { version = "1.28.2", default-features = false, features = ["full"] } env_logger = "0.10.0" # Passing arguments to the docsrs builder in order to properly document cfg's. diff --git a/transports/tls/Cargo.toml b/transports/tls/Cargo.toml index fcfdc3e5229..962e5d1d6e2 100644 --- a/transports/tls/Cargo.toml +++ b/transports/tls/Cargo.toml @@ -33,7 +33,7 @@ libp2p-core = { workspace = true } libp2p-identity = { workspace = true, features = ["ed25519", "rsa", "secp256k1", "ecdsa"] } libp2p-swarm = { workspace = true } libp2p-yamux = { workspace = true } -tokio = { version = "1.28.1", features = ["full"] } +tokio = { version = "1.28.2", features = ["full"] } # Passing arguments to the docsrs builder in order to properly document cfg's. # More information: https://docs.rs/about/builds#cross-compiling