diff --git a/Cargo.lock b/Cargo.lock index 5948eab..a612b36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -993,9 +993,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.34.0" +version = "1.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9" +checksum = "841d45b238a16291a4e1584e61820b8ae57d696cc5015c459c229ccc6990cc1c" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4714a96..5fb0909 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ json = "0.12" sha2 = "0.10" hex = "0.4" xdelta = { git = "https://github.com/SonnyX/xdelta-decoder-rust.git" } -tokio = { version = "1.34.0", features = ["full", "tracing"] } +tokio = { version = "1.35.0", features = ["full", "tracing"] } url = "2.5" futures = "0.3" runas = { git = "https://github.com/SonnyX/rust-runas.git" }