mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
build(deps): bump hilog from 0.1.0 to 0.1.1 (#34045)
Bumps hilog from 0.1.0 to 0.1.1. --- updated-dependencies: - dependency-name: hilog dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
1070f7ac12
commit
a501572971
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3025,9 +3025,9 @@ checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hilog"
|
name = "hilog"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "0d5646a745e293209c82e88f05b40bb596479cd84738408410ea16d5242e7ad0"
|
checksum = "3e862eccf1f9bf3ec24a45b65f1369b2dfe053f9066c591623e0b1e58937178d"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"env_filter",
|
"env_filter",
|
||||||
"hilog-sys",
|
"hilog-sys",
|
||||||
|
|
|
@ -85,7 +85,7 @@ env_filter = "0.1.2"
|
||||||
# force inprocess, until libc-rs 0.2.156 is released containing
|
# force inprocess, until libc-rs 0.2.156 is released containing
|
||||||
# https://github.com/rust-lang/libc/commit/9e248e212c5602cb4e98676e4c21ea0382663a12
|
# https://github.com/rust-lang/libc/commit/9e248e212c5602cb4e98676e4c21ea0382663a12
|
||||||
ipc-channel = { workspace = true, features = ["force-inprocess"] }
|
ipc-channel = { workspace = true, features = ["force-inprocess"] }
|
||||||
hilog = "0.1.0"
|
hilog = "0.1.1"
|
||||||
napi-derive-ohos = "1.0.1"
|
napi-derive-ohos = "1.0.1"
|
||||||
napi-ohos = "0.1"
|
napi-ohos = "0.1"
|
||||||
ohos-sys = { version = "0.3.1", features = ["xcomponent"] }
|
ohos-sys = { version = "0.3.1", features = ["xcomponent"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue