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:
Oriol Brufau 2025-03-11 09:57:46 +01:00 committed by GitHub
parent 4611c8b0e1
commit 81fe4bbb1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 110 additions and 15 deletions

View file

@ -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" }