diff --git a/Cargo.lock b/Cargo.lock index 20ba3e1..57b0df0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3399,9 +3399,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.18.2" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 8d50754..7cbb96c 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.19.2", features = ["full"] } [[bin]] name = "goki"