Skip to content

Commit

Permalink
Merge pull request #464 from twitch-rs/fix/audit
Browse files Browse the repository at this point in the history
deps: update `url`
  • Loading branch information
Emilgardis authored Dec 12, 2024
2 parents d731060 + bfaa63c commit 866cd24
Show file tree
Hide file tree
Showing 3 changed files with 256 additions and 32 deletions.
285 changes: 254 additions & 31 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 @@ -35,7 +35,7 @@ twitch_types = { version = "0.4.8", features = [
ureq = { version = "2.10.1", default-features = false, features = [
"tls",
]}
url = "2.5.2"
url = "2.5.4"

[dependencies]
thiserror = "1.0.50"
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ allow = [
"ISC",
"OpenSSL",
"Unicode-DFS-2016",
"Unicode-3.0",
]
# The confidence threshold for detecting a license from license text.
# The higher the value, the more closely the license text must be to the
Expand Down

0 comments on commit 866cd24

Please sign in to comment.