Browse Source

chore(deps) Update Rust crate log to 0.4.19 (#7194)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 years ago
parent
commit
066417d3f0
2 changed files with 3 additions and 3 deletions
  1. 2 2
      tooling/cli/Cargo.lock
  2. 1 1
      tooling/cli/node/Cargo.toml

+ 2 - 2
tooling/cli/Cargo.lock

@@ -1723,9 +1723,9 @@ dependencies = [
 
 [[package]]
 name = "log"
-version = "0.4.18"
+version = "0.4.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
+checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
 dependencies = [
  "value-bag",
 ]

+ 1 - 1
tooling/cli/node/Cargo.toml

@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
 napi = { version = "2.13", default-features = false, features = ["napi4"] }
 napi-derive = "2.13"
 tauri-cli = { path = "..", default-features = false }
-log = "0.4.18"
+log = "0.4.19"
 
 [build-dependencies]
 napi-build = "2.0"