fix(deps): update rust crate futures to 0.3.32

This commit is contained in:
renovate[bot]
2026-03-13 09:42:56 +00:00
committed by GitHub
parent 314a7e945a
commit 08764914ab
2 changed files with 19 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ config = { version = "0.15.21", default-features = false, features = ["json", "t
dialoguer = "0.12.0"
env_logger = "0.11.9"
flate2 = "1.1.9"
futures = "0.3.31"
futures = "0.3.32"
google-gmail1 = { version = "7.0.0", default-features = false, features = ["yup-oauth2", "aws-lc-rs"] }
hyper-rustls = { version = "0.27.7", features = ["http1"] }
indicatif = "0.18.3"