Skip to content

Commit 159fffe

Browse files
chore(deps)(deps): bump clap from 4.5.47 to 4.5.48
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.47 to 4.5.48. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.47...clap_complete-v4.5.48) --- updated-dependencies: - dependency-name: clap dependency-version: 4.5.48 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 901aa3f commit 159fffe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/terraphim_build_args/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ name = "terraphim-build-args"
1616
path = "src/bin/main.rs"
1717

1818
[dependencies]
19-
clap = { version = "4.4", features = ["derive", "env"] }
19+
clap = { version = "4.5", features = ["derive", "env"] }
2020
serde = { version = "1.0", features = ["derive"] }
2121
serde_json = "1.0"
2222
serde_yaml = "0.9"

terraphim_server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraphim_service = { path = "../crates/terraphim_service", version = "0.2.0" }
2424
anyhow = "1.0.40"
2525
axum = { version = "0.8.4", features = ["macros"] }
2626
axum-extra = "0.10.1"
27-
clap = { version = "4.4.18", features = ["derive"] }
27+
clap = { version = "4.5.48", features = ["derive"] }
2828
log = "0.4.14"
2929
portpicker = "0.1"
3030
reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-features = false }

0 commit comments

Comments
 (0)