Skip to content

Commit ce38d65

Browse files
Bump clap from 4.3.19 to 4.4.1 (#194)
Bumps [clap](https://github.com/clap-rs/clap) from 4.3.19 to 4.4.1. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.3.19...v4.4.1) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26699bb commit ce38d65

2 files changed

Lines changed: 11 additions & 12 deletions

File tree

Cargo.lock

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

splashsurf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/InteractiveComputerGraphics/splashsurf"
1414

1515
[dependencies]
1616
splashsurf_lib = { path = "../splashsurf_lib", version = "0.10.0", features = ["vtk_extras", "profiling", "io"] }
17-
clap = { version = "4.3", features = ["derive"] }
17+
clap = { version = "4.4", features = ["derive"] }
1818
log = "0.4"
1919
fern = "0.6"
2020
chrono = "0.4.20"

0 commit comments

Comments
 (0)