Skip to content

Commit

Permalink
chore(deps): update rust crate dirs to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 089939b commit ba623f5
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 46 deletions.
110 changes: 65 additions & 45 deletions tooling/bundler/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion tooling/bundler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ walkdir = "2"
handlebars = "4" # v5 raised msrv
tempfile = "3"
log = { version = "0.4.21", features = [ "kv" ] } # Force min version due to breaking changes
dirs = "5"
dirs = "6"
os_pipe = "1"
ureq = { version = "2", default-features = false, features = [ "socks-proxy" ] }
native-tls = { version = "0.2", optional = true }
Expand Down

0 comments on commit ba623f5

Please sign in to comment.