diff --git a/Cargo.lock b/Cargo.lock index 547c54c76a1..525480860c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1612,9 +1612,9 @@ dependencies = [ [[package]] name = "env_filter" -version = "0.1.0" +version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" +checksum = "c6dc8c8ff84895b051f07a0e65f975cf225131742531338752abfb324e4449ff" dependencies = [ "log", "regex", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 3ca2ff2aa5b..5fd7c4eb8e9 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -77,7 +77,7 @@ webxr = { git = "https://github.com/servo/webxr" } backtrace = { workspace = true } [target.'cfg(target_env = "ohos")'.dependencies] -env_filter = "0.1.0" +env_filter = "0.1.1" # force inprocess, until libc-rs 0.2.156 is released containing # https://github.com/rust-lang/libc/commit/9e248e212c5602cb4e98676e4c21ea0382663a12 ipc-channel = { workspace = true, features = ["force-inprocess"] }