From e62c9ddb44b400440f5edc9fc6f5f6eff550774d Mon Sep 17 00:00:00 2001 From: Jun Kurihara Date: Tue, 28 Jan 2025 18:31:09 +0900 Subject: [PATCH] chore: deps --- httpsig-hyper/Cargo.toml | 2 +- httpsig/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/httpsig-hyper/Cargo.toml b/httpsig-hyper/Cargo.toml index 49509f4..85ac7ff 100644 --- a/httpsig-hyper/Cargo.toml +++ b/httpsig-hyper/Cargo.toml @@ -21,7 +21,7 @@ futures = { version = "0.3.31", default-features = false, features = [ "std", "async-await", ] } -indexmap = { version = "2.7.0" } +indexmap = { version = "2.7.1" } # content digest with rfc8941 structured field values sha2 = { version = "0.10.8", default-features = false } diff --git a/httpsig/Cargo.toml b/httpsig/Cargo.toml index fd3a2f9..12e3d94 100644 --- a/httpsig/Cargo.toml +++ b/httpsig/Cargo.toml @@ -16,7 +16,7 @@ rust-version.workspace = true thiserror = { version = "2.0.11" } tracing = { version = "0.1.41" } rustc-hash = { version = "2.1.0" } -indexmap = { version = "2.7.0" } +indexmap = { version = "2.7.1" } fxhash = { version = "0.2.1" } rand = { version = "0.8.5" }