Skip to content

Commit 23a6741

Browse files
authored
Remove obsolete explicit generic-array dependency (#12389)
With c7718e5 this should not be needed anymore.
1 parent 6b812bc commit 23a6741

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dbg_macro = "warn"
2727
todo = "warn"
2828

2929
[package.metadata.cargo-machete]
30-
ignored = ["astral-tokio-tar", "generic-array"]
30+
ignored = ["astral-tokio-tar"]
3131

3232
[workspace.metadata.cargo-machete]
33-
ignored = ["astral-tokio-tar", "generic-array"]
33+
ignored = ["astral-tokio-tar"]
3434

3535
[lints]
3636
workspace = true
@@ -101,7 +101,6 @@ diesel_migrations = { version = "=2.3.0", features = ["postgres"] }
101101
dotenvy = "=0.15.7"
102102
flate2 = "=1.1.5"
103103
futures-util = "=0.3.31"
104-
generic-array = "=0.14.9" # see https://github.com/RustCrypto/traits/issues/2036
105104
hex = "=0.4.3"
106105
http = "=1.4.0"
107106
hyper = { version = "=1.8.1", features = ["client", "http1"] }

0 commit comments

Comments
 (0)