Explorar el Código

chore(deps) Update Rust crate toml to 0.5.10 (#5836)

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

+ 1 - 1
tooling/bundler/Cargo.toml

@@ -26,7 +26,7 @@ serde_json = "1.0"
 serde = { version = "1.0", features = [ "derive" ] }
 strsim = "0.10.0"
 tar = "0.4.38"
-toml = "0.5.9"
+toml = "0.5.10"
 walkdir = "2"
 handlebars = "4.3"
 tempfile = "3.3.0"