diff --git a/Cargo.lock b/Cargo.lock index 354f4d79..1c0a1f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5958,9 +5958,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[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/Cargo.toml b/Cargo.toml index a8dfa2fa..c007df32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ enum-as-inner = "0.6" libipld = { version = "0.16", features = ["serde-codec"] } serde_ipld_dagcbor = "0.3" thiserror = "1.0" -tokio = { version = "1.26", features = ["fs", "io-util", "io-std", "macros", "rt", "rt-multi-thread", "tracing"] } +tokio = { version = "1.28", features = ["fs", "io-util", "io-std", "macros", "rt", "rt-multi-thread", "tracing"] } tracing = "0.1" # Speedup build on macOS