Skip to content

Commit 0da4f32

Browse files
Update dependencies (#51)
* Bump clap from 4.5.8 to 4.5.9 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.8 to 4.5.9. - [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.5.8...v4.5.9) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump thiserror from 1.0.61 to 1.0.63 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.61 to 1.0.63. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.61...1.0.63) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Run cargo update --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5b707e commit 0da4f32

File tree

2 files changed

+32
-33
lines changed

2 files changed

+32
-33
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ edition = "2021"
88
[dependencies]
99
allocative = "0.3.3"
1010
anyhow = "1.0.86"
11-
clap = { version = "4.5.8", features = ["derive"] }
11+
clap = { version = "4.5.9", features = ["derive"] }
1212
color-eyre = "0.6.3"
1313
decompress = { version = "0.6.0", default-features = false, features = ["targz", "zip", "gz"] }
1414
directories = "5.0.1"
1515
include_dir = "0.7.4"
1616
regex = "1.10.5"
1717
starlark = "0.12.0"
1818
tempdir = "0.3.7"
19-
thiserror = "1.0.61"
19+
thiserror = "1.0.63"
2020
ureq = "2.9.7"
2121
vsort = "0.2.0"

0 commit comments

Comments
 (0)