From f0b214511d98e2834e9d57f96f409a44a94731c2 Mon Sep 17 00:00:00 2001 From: Krzysztof Urbaniak Date: Fri, 12 Apr 2024 16:48:00 +0200 Subject: [PATCH] update reqwest --- onvif/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onvif/Cargo.toml b/onvif/Cargo.toml index a613b13..31e9454 100644 --- a/onvif/Cargo.toml +++ b/onvif/Cargo.toml @@ -18,7 +18,7 @@ futures = "0.3.30" futures-core = "0.3.8" futures-util = "0.3.30" num-bigint = "0.4.2" -reqwest = { version = "0.11.20", default-features = false } +reqwest = { version = "0.12.3", default-features = false } schema = { version = "0.1.0", path = "../schema", default-features = false, features = ["analytics", "devicemgmt", "event", "media", "ptz"] } sha1 = "0.6.0" thiserror = "1.0"