Skip to content

Commit

Permalink
Merge pull request #28 from GitGuardian/dependabot/cargo/clap-4.5.20
Browse files Browse the repository at this point in the history
Bump clap from 4.5.7 to 4.5.20
  • Loading branch information
orf authored Nov 6, 2024
2 parents 591fb8b + d77e971 commit 5c48b2c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde_json = { version = "~1", features = ["raw_value"] }
tokio = { version = "1.38.1", features = ["full"] }
url = "2.5.0"
dotenv = "0.15.0"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
anyhow = "1.0.81"
uuid = { version = "1.10.0", features = ["v7"] }
indicatif = { version = "0.17.6", features = ["in_memory"] }
Expand Down
2 changes: 1 addition & 1 deletion seed-es-data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
elasticsearch = "8.5.0-alpha.1"
clap = { version = "4.5.3", features = ["derive"] }
clap = { version = "4.5.20", features = ["derive"] }
url = "2.5.1"
tokio = { version = "*", features = ["full"] }
serde = "1.0.203"
Expand Down

0 comments on commit 5c48b2c

Please sign in to comment.