From 0d6458b43164414f40fc3bfcf08722b399f80ea6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:05:18 +0000 Subject: [PATCH] chore(deps): update rust crate ureq to 2.9 --- src/integration/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integration/Cargo.toml b/src/integration/Cargo.toml index 3fa87caa..9da9b8fd 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -23,5 +23,5 @@ qos_core = { path = "../qos_core", features = ["mock"], default-features = false borsh = { version = "0.10" } aws-nitro-enclaves-nsm-api = { version = "0.3", default-features = false } rand = "0.8" -ureq = { version = "2.8", features = ["json"], default-features = false } +ureq = { version = "2.9", features = ["json"], default-features = false } serde = { version = "1", features = ["derive"] }