diff --git a/Cargo.toml b/Cargo.toml index c7ff78e..7c94e98 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", features = ["google-firestore-v1"] } -hyper = { version ="0.14" } +hyper = { version ="1.2" } struct-path = "0.2" rvstruct = "0.3.2" rsb_derive = "0.5"