Explorar el Código

chore(deps) Update Rust crate tar to 0.4.39 (#7452)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] hace 2 años
padre
commit
c40b8ae15f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tooling/bundler/Cargo.toml

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -25,7 +25,7 @@ thiserror = "1.0"
 serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
 strsim = "0.10.0"
-tar = "0.4.38"
+tar = "0.4.39"
 walkdir = "2"
 handlebars = "4.3"
 tempfile = "3.6.0"