diff --git a/Cargo.lock b/Cargo.lock index d744bed..51f16b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -751,9 +751,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.7.0" +version = "1.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79ba603c337335df6ba6dd6afc38c38a7d5e1b0c871678439ea973cd62a118e" +checksum = "c2c2416fdedca8443ae44b4527de1ea633af61d8f7169ffa6e72c5b53d24efcc" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 501e15c..4d0d767 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ lto = "fat" serde = {version = "1.0", features = ["derive"]} bincode = "1.3" warp = {version = "0.3", default-features = false} -tokio = {version = "1.7", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]} +tokio = {version = "1.12", features = ["macros", "io-util", "net", "time", "rt-multi-thread", "fs", "sync", "signal"]} binascii = "0.1" toml = "0.5" clap = "2.33"