diff --git a/Cargo.lock b/Cargo.lock index 4c80372..c25b316 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -100,12 +100,6 @@ dependencies = [ "libc", ] -[[package]] -name = "once_cell" -version = "1.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1" - [[package]] name = "parking_lot" version = "0.12.1" @@ -224,9 +218,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.20.0" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e" +checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" dependencies = [ "autocfg", "bytes", @@ -234,7 +228,6 @@ dependencies = [ "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index 518da4e..5040a3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" [dependencies] rmodbus = "0.6.1" -tokio = { version = "1.8.4", features = ["full", "time"] } +tokio = { version = "1.20.3", features = ["full", "time"] }