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 Nov 1, 2023
1 parent 8d0685f commit a67e62a
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 deletions.
30 changes: 18 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.5"
bpaf = "0.9.6"
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.5", features = ["derive"] }
bpaf = { version = "0.9.6", 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.6"
clap = "4.4.7"
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.6", default-features = false, features = ["std"] }
clap = { version = "4.4.7", 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.6", features = ["derive"] }
clap = { version = "4.4.7", features = ["derive"] }

0 comments on commit a67e62a

Please sign in to comment.