Skip to content

Commit

Permalink
Upgrade idna for RUSTSEC-2024-0421 (#3654)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandhose authored Dec 10, 2024
1 parent fef81b8 commit bcd1e25
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 39 deletions.
48 changes: 13 additions & 35 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ default-features = false

# URL manipulation
[workspace.dependencies.url]
version = "2.5.2"
version = "2.5.4"
features = ["serde"]

# ULID support
Expand Down
2 changes: 1 addition & 1 deletion crates/handlers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,6 @@ zxcvbn = "3.1.0"
[dev-dependencies]
insta.workspace = true
tracing-subscriber.workspace = true
cookie_store = "0.21.1"
cookie_store = { version = "0.21.1", default-features = false, features = ["serde_json"] }
sqlx.workspace = true
wiremock.workspace = true
2 changes: 0 additions & 2 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ skip = [
# a few dependencies depend on the 1.x version of thiserror
{ name = "thiserror", version = "1.0.69" },
{ name = "thiserror-impl", version = "1.0.69" },
# url and cookie-store depend on this old version of idna
{ name = "idna", version = "0.5.0" },
# axum-macros, sqlx-macros and sea-query-attr use an old version
{ name = "heck", version = "0.4.1" },
# wasmtime -> cranelift is depending on this old version
Expand Down

0 comments on commit bcd1e25

Please sign in to comment.