diff --git a/Cargo.lock b/Cargo.lock index 3398f3f..5441dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -410,9 +410,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.1" +version = "1.38.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" +checksum = "68722da18b0fc4a05fdc1120b302b82051265792a1e1b399086e9b204b10ad3d" dependencies = [ "backtrace", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index e7d471c..f60c5c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ path = "src/bin/placeholder.rs" [dependencies] anyhow = "1.0.79" structopt = "0.3.26" -tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "fs"] } +tokio = { version = "1.38.2", features = ["rt-multi-thread", "macros", "fs"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }