From 890c1616adad304f60f34aa63b7a5f4c53ae142e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 21:12:24 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/sdf-http/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f80990..3fd0b8b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -49,9 +49,9 @@ dependencies = [ [[package]] name = "http" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea" +checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" dependencies = [ "bytes", "fnv", diff --git a/crates/sdf-http/Cargo.toml b/crates/sdf-http/Cargo.toml index cb9bd5e..4260d13 100644 --- a/crates/sdf-http/Cargo.toml +++ b/crates/sdf-http/Cargo.toml @@ -8,6 +8,6 @@ description = "SDF Http API for WASI targets" [dependencies] anyhow = { workspace = true } -http = { version = "1.0.0" } +http = { version = "1.1.0" } wit-bindgen = { workspace = true, features = ['default'] }