Skip to content

Commit 0d1e82f

Browse files
authored
Bump futures-* crates, drop unused license, hide duplicate crate warnings (#9858)
* The futures-util crate we use was yanked. Bump it and its siblings to new patch release. https://github.com/rust-lang/futures-rs/releases/tag/0.3.31 * cargo-deny: Drop an unused license. * cargo-deny: Don't warn about duplicate crate. Duplicate crates are unavoidable and the noise just hides real warnings.
1 parent 6f7aeaa commit 0d1e82f

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deny.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ reason = "the marvin attack only affects private key decryption, not public key
3333
[licenses]
3434
allow = [
3535
"Apache-2.0",
36-
"Artistic-2.0",
3736
"BSD-2-Clause",
3837
"BSD-3-Clause",
3938
"CC0-1.0",
@@ -67,7 +66,7 @@ registries = []
6766
# More documentation about the 'bans' section can be found here:
6867
# https://embarkstudios.github.io/cargo-deny/checks/bans/cfg.html
6968
[bans]
70-
multiple-versions = "warn"
69+
multiple-versions = "allow"
7170
wildcards = "allow"
7271
highlight = "all"
7372
workspace-default-features = "allow"

0 commit comments

Comments
 (0)