Skip to content

Commit dc4e196

Browse files
authored
Cargo update (#1142)
Update dependencies (and explicitly do so for Redis in Cargo.toml). Also ignore `RUSTSEC-2023-0071` security advisory for now, as there's no workaround at the moment anyway.
1 parent 39296d2 commit dc4e196

File tree

3 files changed

+901
-621
lines changed

3 files changed

+901
-621
lines changed

deny.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,8 @@ unmaintained = "warn"
1313
yanked = "deny"
1414
notice = "warn"
1515
ignore = [
16-
# TODO: Update `time` crate when possible. Old versions are currently required for `sqlx` and
17-
# `sea-orm`
18-
"RUSTSEC-2020-0071",
19-
20-
# TODO: Eliminate `chrono` crate when `time` update is possible.
21-
"RUSTSEC-2020-0159",
22-
23-
# TODO: Update `reqwest` when they remove `webpki` as an indirect dependency
24-
"RUSTSEC-2023-0052",
16+
# TODO: Update dependencies that use rsa crate
17+
"RUSTSEC-2023-0071",
2518
]
2619

2720
[licenses]

0 commit comments

Comments
 (0)