浏览代码

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 2 年之前
父节点
当前提交
d5769b3bfb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tooling/bundler/Cargo.toml

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -29,7 +29,7 @@ tar = "0.4.38"
 walkdir = "2"
 handlebars = "4.3"
 tempfile = "3.6.0"
-log = { version = "0.4.18", features = [ "kv_unstable" ] }
+log = { version = "0.4.19", features = [ "kv_unstable" ] }
 dirs-next = "2.0"
 os_pipe = "1"
 ureq = { version = "2.6", default-features = false }