Skip to content

Commit

Permalink
chore(deps): bump url to v2.5.4 (#890)
Browse files Browse the repository at this point in the history
RUSTSEC-2024-0421が登録されたことによりcargo-denyが反応するようになった
ため。

See-also: https://rustsec.org/advisories/RUSTSEC-2024-0421
See-also: https://spdx.org/licenses/Unicode-3.0.html
  • Loading branch information
qryxip authored Dec 10, 2024
1 parent 697e459 commit 0edf940
Show file tree
Hide file tree
Showing 3 changed files with 267 additions and 14 deletions.
278 changes: 265 additions & 13 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 @@ -91,7 +91,7 @@ toml = "0.7.2"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
typetag = "0.2.18"
url = "2.5.2"
url = "2.5.4"
uuid = "1.10.0"
voicevox_core = { path = "crates/voicevox_core" }
windows = "0.43.0"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ allow = [
"MIT",
"MPL-2.0",
"OpenSSL",
"Unicode-3.0",
"Unicode-DFS-2016",
"Zlib",
]
Expand Down

0 comments on commit 0edf940

Please sign in to comment.