fix(deps): update rust crate futures to 0.3.30

This commit is contained in:
renovate[bot] 2023-12-24 17:14:35 +00:00 committed by GitHub
parent 1da54f1ccb
commit 4b214976db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 19 deletions

View file

@ -15,7 +15,7 @@ azure_core = "0.17.0"
azure_identity = "0.18.1"
azure_security_keyvault = "0.18.0"
clap = { version = "4.4.11", features = ["derive"] }
futures = "0.3.29"
futures = "0.3.30"
paris = { version = "1.5.15", features = ["macros"] }
tokio = {version = "1.35.1", features = ["full"]}