diff --git a/Cargo.lock b/Cargo.lock index c2fa499..3c7ff5e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1179,9 +1179,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.2" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "num_cpus", diff --git a/Cargo.toml b/Cargo.toml index 24e01e5..d1a7da5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ indicatif = "0.17.1" lazy_static = "1.4" regex = "1.6" serde = { version = "1.0", features = ["derive"] } -tokio = { version = "1.24", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.25", features = ["macros", "rt-multi-thread"] } toml = "0.7.0" tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }