mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Fix hash algorithm case-insensitiveness (#36962)
Part of #4577 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
4821bc0ab0
commit
fec6778eaa
3 changed files with 1 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1223,7 +1223,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "content-security-policy"
|
||||
version = "0.5.4"
|
||||
source = "git+https://github.com/servo/rust-content-security-policy/?branch=servo-csp#fcd91e99139ca96629e04e1a8010f96374f0370f"
|
||||
source = "git+https://github.com/servo/rust-content-security-policy/?branch=servo-csp#e4c0d325022d45b90dadeb149bfa465e4a6b3047"
|
||||
dependencies = [
|
||||
"base64 0.22.1",
|
||||
"bitflags 2.9.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue