diff --git a/Cargo.lock b/Cargo.lock index 3ce26b1a..636e670f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6416,9 +6416,9 @@ dependencies = [ [[package]] name = "tokio-stream" -version = "0.1.16" +version = "0.1.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" +checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" dependencies = [ "futures-core", "pin-project-lite", diff --git a/Cargo.toml b/Cargo.toml index 0fa5bba6..c0a176d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,7 +122,7 @@ webbrowser = { version = "1.0" } # # ============= SYSTEM ============= # # tokio = { version = "1.40", features = [ "full" ] } -tokio-stream = { version = "0.1.16", features = [ "fs" ] } +tokio-stream = { version = "0.1.17", features = [ "fs" ] } notify = { version = "6.1", default-features = false } notify-debouncer-mini = { version = "0.4", default-features = false } tempfile = { version = "3.12" }