diff --git a/reference-apps/rust/Cargo.toml b/reference-apps/rust/Cargo.toml index 1c32931..b3748a4 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.26", default-features = false, features = ["json", "rustls-tls-native-roots"] } +reqwest = { version = "=0.12.27", default-features = false, features = ["json", "rustls-tls-native-roots"] } chrono = { version = "=0.4.42" } log = "0.4" env_logger = "=0.11.8"