diff --git a/Cargo.lock b/Cargo.lock index 2d13b15..5ebc1e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1576,16 +1576,15 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.0" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f48b6d60512a392e34dbf7fd456249fd2de3c83669ab642e021903f4015185b" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "pin-project-lite", "signal-hook-registry", "socket2", diff --git a/haulage/Cargo.toml b/haulage/Cargo.toml index 1e6f190..8f70c78 100644 --- a/haulage/Cargo.toml +++ b/haulage/Cargo.toml @@ -32,4 +32,4 @@ slog-term = "2.5.0" sqlx = { version = "0.5.5", features = [ "runtime-tokio-rustls", "postgres", "chrono", "ipnetwork", "decimal", "json"] } structopt = "0.3.21" thiserror = "1.0.22" -tokio = { version = "^1.5.0", features = ["rt-multi-thread", "time", "sync", "macros", "process"] } +tokio = { version = "^1.18.5", features = ["rt-multi-thread", "time", "sync", "macros", "process"] }