diff --git a/Cargo.lock b/Cargo.lock index 20ba3e1..63abc58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3399,10 +3399,11 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.2" +version = "1.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e" dependencies = [ + "autocfg", "bytes", "libc", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8d50754..a1260d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ sha2 = "0.10.0" solana-sdk = "1.9.0" tempfile = "3.2.0" toml = "0.5.8" -tokio = { version = "1.14.0", features = ["full"] } +tokio = { version = "1.20.0", features = ["full"] } [[bin]] name = "goki"