diff --git a/Cargo.lock b/Cargo.lock index 731a891..c2bb7ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1617,9 +1617,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.2" +version = "1.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099" +checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 12e0665..acf98bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,10 +22,10 @@ lazy_static = "1.4.0" regex = "1.7" toml = "0.5" -tokio = { version = "1.21", features = ["process"] } +tokio = { version = "1.22", features = ["process"] } futures = "0.3" async-trait = "0.1" async-recursion = "1.0" [dev-dependencies] -tokio = { version = "1.21", features = ["process", "time"] } \ No newline at end of file +tokio = { version = "1.22", features = ["process", "time"] } \ No newline at end of file