diff --git a/walkers/Cargo.toml b/walkers/Cargo.toml index 12385d14..842151b0 100644 --- a/walkers/Cargo.toml +++ b/walkers/Cargo.toml @@ -27,7 +27,7 @@ wasm-bindgen-futures = "0.4.37" [target.'cfg(not(target_family = "wasm"))'.dependencies] tokio = { version = "1.28", features = ["macros"] } -http-cache-reqwest = "0.13.0" +http-cache-reqwest = "0.14.0" [dev-dependencies] eframe.workspace = true