Skip to content

Commit

Permalink
chore(deps): update compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2024
1 parent c4b97f7 commit 83d25db
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
24 changes: 12 additions & 12 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 examples/bpaf-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "bpaf-app"
path = "app.rs"

[dependencies]
bpaf = "0.9.6"
bpaf = "0.9.8"
2 changes: 1 addition & 1 deletion examples/bpaf_derive-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "bpaf_derive-app"
path = "app.rs"

[dependencies]
bpaf = { version = "0.9.6", features = ["derive"] }
bpaf = { version = "0.9.8", features = ["derive"] }
2 changes: 1 addition & 1 deletion examples/clap-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "clap-app"
path = "app.rs"

[dependencies]
clap = "4.4.10"
clap = "4.4.12"
2 changes: 1 addition & 1 deletion examples/clap-minimal-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "clap-minimal-app"
path = "app.rs"

[dependencies]
clap = { version = "4.4.10", default-features = false, features = ["std"] }
clap = { version = "4.4.12", default-features = false, features = ["std"] }
2 changes: 1 addition & 1 deletion examples/clap_derive-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ name = "clap_derive-app"
path = "app.rs"

[dependencies]
clap = { version = "4.4.10", features = ["derive"] }
clap = { version = "4.4.12", features = ["derive"] }
2 changes: 1 addition & 1 deletion examples/xflags-app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ name = "xflags-app"
path = "app.rs"

[dependencies]
xflags = "0.3.1"
xflags = "0.3.2"

0 comments on commit 83d25db

Please sign in to comment.