You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This way it's easier to manipulate the URL at will. Since there is no validation, users of URLs should never take a parsed structure, but instead take the path or URL directly to parse it themselves.
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: Byron <[email protected]>
Copy file name to clipboardExpand all lines: deny.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@
10
10
[advisories]
11
11
ignore = [
12
12
{ id = "RUSTSEC-2024-0436", reason = "`paste` - macro crate without replacement" },
13
+
{ id = "RUSTSEC-2025-0052", reason = "`async-std` - unmaintained without replacement - needs some time to replace, but async version isn't too important right now" },
0 commit comments