Skip to content

Commit

Permalink
Merge pull request #165 from friendbear/dependabot/cargo/develop/clap…
Browse files Browse the repository at this point in the history
…-4.5.16

[Cargo]: Bump clap from 4.5.13 to 4.5.16
  • Loading branch information
friendbear authored Sep 2, 2024
2 parents ff30b81 + 7ab16ce commit aa9ddf4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 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/dotenv_parser_sample/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rust-version = "1.74.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.13", features = ["derive", "env"] }
clap = { version = "4.5.16", features = ["derive", "env"] }
dotenvy = { version = "0.15.7", features = ["clap", "cli"] }
dotenvy_macro = "0.15.7"

0 comments on commit aa9ddf4

Please sign in to comment.