Skip to content

Commit bc13812

Browse files
V02460sandhose
andcommitted
Use futures-util dependency
Co-authored-by: Quentin Gliech <[email protected]>
1 parent c67fb80 commit bc13812

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/config/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workspace = true
1515
tokio.workspace = true
1616
tracing.workspace = true
1717
anyhow.workspace = true
18-
futures = "0.3.31"
18+
futures-util.workspace = true
1919

2020
camino = { workspace = true, features = ["serde1"] }
2121
chrono.workspace = true

crates/config/src/sections/secrets.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use std::borrow::Cow;
88

99
use anyhow::{Context, bail};
1010
use camino::Utf8PathBuf;
11-
use futures::future::{try_join, try_join_all};
11+
use futures_util::future::{try_join, try_join_all};
1212
use mas_jose::jwk::{JsonWebKey, JsonWebKeySet};
1313
use mas_keystore::{Encrypter, Keystore, PrivateKey};
1414
use rand::{

0 commit comments

Comments
 (0)