diff --git a/reference-apps/rust/Cargo.lock b/reference-apps/rust/Cargo.lock index a246533..d0a361e 100644 --- a/reference-apps/rust/Cargo.lock +++ b/reference-apps/rust/Cargo.lock @@ -3052,9 +3052,9 @@ checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" [[package]] name = "reqwest" -version = "0.12.27" +version = "0.12.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e893f6bece5953520ddbb3f8f46f3ef36dd1fef4ee9b087c4b4a725fd5d10e4" +checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" dependencies = [ "base64", "bytes", diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index bf599a8..9fcc991 100644 --- a/reference-apps/rust/Cargo.toml +++ b/reference-apps/rust/Cargo.toml @@ -9,7 +9,7 @@ actix-cors = "0.7" tokio = { version = "1.35", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -reqwest = { version = "=0.12.27", default-features = false, features = ["json", "rustls-tls-native-roots"] } +reqwest = { version = "=0.12.28", default-features = false, features = ["json", "rustls-tls-native-roots"] } chrono = { version = "=0.4.42" } log = "0.4" env_logger = "=0.11.8"