Skip to content

Commit

Permalink
fix(deps): update rust crate xx to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 13, 2024
1 parent d927085 commit 83e40bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ usage-lib = { version = "0.2", features = ["clap"] }
versions = { version = "6.2.0", features = ["serde"] }
walkdir = "2.5.0"
which = "6.0.1"
xx = { version = "0.5.0", features = ["glob"] }
xx = { version = "1.0.0", features = ["glob"] }
zip = { version = "1.1.2", default-features = false, features = ["deflate"] }

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit 83e40bb

Please sign in to comment.