Skip to content

Commit

Permalink
fix(deps): update rust crate xx to 0.3 (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent d6437e5 commit 3298843
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 4 deletions.
59 changes: 57 additions & 2 deletions 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 cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ strum = { version = "0.26", features = ["derive"] }
tera = "1"
thiserror = "1"
usage-lib = { workspace = true, features = ["clap"] }
xx = "0.2"
xx = "0.3"

[dev-dependencies]
assert_cmd = { version = "2", features = ["color-auto"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ serde = { version = "1", features = ["derive"] }
shell-escape = "0.1"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
xx = "0.2"
xx = "0.3"

[features]
default = ["clap"]
Expand Down

0 comments on commit 3298843

Please sign in to comment.