diff --git a/Cargo.lock b/Cargo.lock index 37e2408b379..7ee19c02162 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3681,9 +3681,9 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df" [[package]] name = "hilog" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae00913bdb22425089eab7ff3307019717b5f948172c0cf8cceac49ada086ce4" +checksum = "e08aa7468a47ecda3066458d5ecc6c8162f7c8b14c3df5f8835e97a11507d4cb" dependencies = [ "arc-swap", "env_filter", diff --git a/ports/servoshell/Cargo.toml b/ports/servoshell/Cargo.toml index 414f08aabd4..16f8988cc8d 100644 --- a/ports/servoshell/Cargo.toml +++ b/ports/servoshell/Cargo.toml @@ -87,7 +87,7 @@ backtrace = { workspace = true } [target.'cfg(target_env = "ohos")'.dependencies] env_filter = "0.1.3" euclid = { workspace = true } -hilog = "0.2.0" +hilog = "0.2.1" # force inprocess until we add multi-process support for ohos ipc-channel = { workspace = true, features = ["force-inprocess"] } napi-derive-ohos = "1.0.4"