mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update env_logger to 0.11 to fix RUSTSEC-2025-0014 (#35906)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
4611c8b0e1
commit
81fe4bbb1e
2 changed files with 110 additions and 15 deletions
|
@ -51,7 +51,7 @@ devtools_traits = { path = "components/shared/devtools" }
|
|||
dpi = { version = "0.1" }
|
||||
embedder_traits = { path = "components/shared/embedder" }
|
||||
encoding_rs = "0.8"
|
||||
env_logger = "0.10"
|
||||
env_logger = "0.11"
|
||||
euclid = "0.22"
|
||||
fnv = "1.0"
|
||||
fonts_traits = { path = "components/shared/fonts" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue