Skip to content

Commit e970ac6

Browse files
authored
chore: Address rustsec advisories (#1003)
* remove unencountered rustsec advisories * bump tokio to 1.44.2
1 parent 7c35c40 commit e970ac6

File tree

2 files changed

+2
-30
lines changed

2 files changed

+2
-30
lines changed

Cargo.lock

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

deny.toml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,6 @@ ignore = [
2020
# TODO: Remove after https://github.com/RustCrypto/RSA/pull/394 is merged and v0.10.0 is released
2121
"RUSTSEC-2023-0071",
2222

23-
# https://rustsec.org/advisories/RUSTSEC-2024-0384
24-
# "instant" is unmaintained
25-
#
26-
# The upstream "kube" crate also silenced this in https://github.com/kube-rs/kube/commit/4f1e889f265da8f19f03f60683569cae1a154fda
27-
# They/we are actively working on migrating kube from backoff to backon, which removes the transitive dependency on
28-
# instant, in https://github.com/kube-rs/kube/pull/1653.
29-
#
30-
# TODO: Remove after https://github.com/kube-rs/kube/pull/1653 is released
31-
"RUSTSEC-2024-0384",
32-
33-
# Advisory: https://rustsec.org/advisories/RUSTSEC-2025-0012
34-
# The [backoff](https://crates.io/crates/backoff) crate is no longer actively maintained. For exponential backoffs/retrying, you can use the [backon](https://crates.io/crates/backon) crate.
35-
# Announcement: https://github.com/ihrwein/backoff/issues/66
36-
#
37-
# TODO: Remove after https://github.com/kube-rs/kube/pull/1653 is released
38-
"RUSTSEC-2025-0012",
39-
40-
# Advisory: https://rustsec.org/advisories/RUSTSEC-2024-0436
41-
# The creator of the crate `paste` has stated in the [`README.md`](https://github.com/dtolnay/paste/blob/master/README.md)
42-
# that this project is not longer maintained as well as archived the repository
43-
# Announcement: https://github.com/dtolnay/paste
44-
#
45-
# This comes in via aws-lc-rs. There is a PR open to migrate from `paste` to `concat-idents`.
46-
# https://github.com/aws/aws-lc-rs/pull/723
47-
#
48-
# TODO: Remove after the migration is done and aws-lc-rs doesn't use paste anymore.
49-
"RUSTSEC-2024-0436",
50-
5123
]
5224

5325
[bans]

0 commit comments

Comments
 (0)