diff --git a/Cargo.lock b/Cargo.lock index 03bbb52..03fcf3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1438,11 +1438,10 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.7.0" +version = "1.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c79ba603c337335df6ba6dd6afc38c38a7d5e1b0c871678439ea973cd62a118e" +checksum = "0c27a64b625de6d309e8c57716ba93021dccf1b3b5c97edd6d3dd2d2135afc0a" dependencies = [ - "autocfg", "bytes", "libc", "memchr", @@ -1455,9 +1454,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "1.2.0" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" +checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index acb76ea..f4e3893 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ reqwest = "0.11" rust_decimal = { version = "1.14", features = ["maths"] } serde = "1.0" serde_json = "1.0" -tokio = {version = "1.6", features = ["macros", "rt-multi-thread"] } +tokio = {version = "1.16", features = ["macros", "rt-multi-thread"] } tracing = "0.1" tracing-subscriber = "0.2" trading-base = { git = "ssh://git@github.com/Overmuse/trading-base", tag = "v0.2.0" }