From 66499d8102127e02c24bfec7e65a0c69263f502d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:54:10 +0000 Subject: [PATCH] Update Rust crate ureq to v2.12.1 --- src/Cargo.lock | 6 +++--- src/integration/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index 223271c5..79e624f4 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -2698,9 +2698,9 @@ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" [[package]] name = "ureq" -version = "2.9.7" +version = "2.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d11a831e3c0b56e438a28308e7c810799e3c118417f342d30ecec080105395cd" +checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d" dependencies = [ "base64 0.22.1", "log", diff --git a/src/integration/Cargo.toml b/src/integration/Cargo.toml index fe0d2dd8..3fa18f89 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -15,7 +15,7 @@ qos_hex = { path = "../qos_hex" } qos_p256 = { path = "../qos_p256", features = ["mock"] } qos_test_primitives = { path = "../qos_test_primitives" } -tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false } +tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false } borsh = { version = "1.0", features = ["std", "derive"] , default-features = false} nix = { version = "0.26", features = ["socket"], default-features = false } rustls = { version = "0.23.5" }