diff --git a/Cargo.lock b/Cargo.lock index e4aeb5d..56f38e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -18564,9 +18564,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index cab4745..3e32f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ keywords = ["tangle", "blueprint", "avs"] pico-coprocessor-service-blueprint-lib = { path = "pico-coprocessor-service-lib" } blueprint-sdk = { git = "https://github.com/tangle-network/blueprint.git", default-features = false } -tokio = { version = "1.43.0", default-features = false } +tokio = { version = "1.45.1", default-features = false } color-eyre = "0.6.3" tower = { version = "0.5.2", default-features = false } tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }