diff --git a/Cargo.lock b/Cargo.lock index ebc4dec..3a941ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,9 +1840,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.23.0" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eab6d665857cc6ca78d6e80303a02cea7a7851e85dfbd77cbdc09bd129f1ef46" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9f6098b..2f7fd9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ regex = "1" reqwest = { version = "0.11", features = ["brotli", "deflate", "gzip", "socks", "stream"] } rusqlite = { version = "0.28", features = ["bundled", "chrono"], optional = true } RustyXML = "0.3" -tokio = { version = "1.23", features = ["rt", "macros", "rt-multi-thread", "time"] } +tokio = { version = "1.25", features = ["rt", "macros", "rt-multi-thread", "time"] } url = "2.3" urlparse = "0.7" utf16string = { version= "0.2", optional = true }