Skip to content

Commit

Permalink
Resolve RUSTSEC-2024-0421 by upgrading url crate dependency to "2.5.4"
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Dec 11, 2024
1 parent c642e9a commit 9187bbb
Show file tree
Hide file tree
Showing 3 changed files with 251 additions and 32 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Please make sure to add your changes to the appropriate categories:

### Security

- n/a
- Resolved [RUSTSEC-2024-0421](https://rustsec.org/advisories/RUSTSEC-2024-0421.html) by upgrading `url` crate dependency to "2.5.4".

### Other

Expand Down
280 changes: 249 additions & 31 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ libc = "0.2.155"
# security fixes
memoffset = "0.9.1" #230
thread_local = "1.1.8" #231
url = "2.5.4" # RUSTSEC-2024-0421

# required by tests
[dev-dependencies]
Expand Down

0 comments on commit 9187bbb

Please sign in to comment.