diff --git a/Cargo.toml b/Cargo.toml index 62085ee..de109a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.71" jsonpath-rust = "0.3.0" -reqwest = "0.11.17" +reqwest = "0.12.3" serde = "1.0.162" serde_json = "1.0.96" sxd-xpath = "0.4.2"