diff --git a/Cargo.lock b/Cargo.lock index 46c8814..9cfc35a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1840,9 +1840,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.38.0" +version = "1.38.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" +checksum = "eb2caba9f80616f438e09748d5acda951967e1ea58508ef53d9c6402485a46df" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 4d2751f..2c50019 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,4 +27,4 @@ rlimit = "0.10.1" scraper = "0.19.1" serde_json = "1.0.120" tabled = "0.15.0" -tokio = { version = "1.38.0", features = ["full"] } +tokio = { version = "1.38.1", features = ["full"] }