From bd5cf035140da9d739eff90f3d0c38960099c0e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 17:11:05 +0000 Subject: [PATCH] fix(deps): update rust crate hyper to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa95851..486550e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ caching-persistent = ["caching", "dep:redb"] [dependencies] tracing = "0.1" gcloud-sdk = { version = "0.24.5", features = ["google-firestore-v1"] } -hyper = { version = "0.14" } +hyper = { version = "1.0" } struct-path = "0.2" rvstruct = "0.3.2" rsb_derive = "0.5"