Skip to content

Commit 4c58afd

Browse files
Update dependencies (#85)
* Bump anyhow from 1.0.89 to 1.0.91 Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.89 to 1.0.91. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.89...1.0.91) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump regex from 1.11.0 to 1.11.1 Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.0...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Bump thiserror from 1.0.64 to 1.0.65 Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.64...1.0.65) --- 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 33e4bf9 commit 4c58afd

File tree

2 files changed

+58
-58
lines changed

2 files changed

+58
-58
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ edition = "2021"
77

88
[dependencies]
99
allocative = "0.3.3"
10-
anyhow = "1.0.89"
10+
anyhow = "1.0.91"
1111
clap = { version = "4.5.20", features = ["derive"] }
1212
color-eyre = "0.6.3"
1313
decompress = { version = "0.6.0", default-features = false, features = ["targz", "zip", "gz", "tarxz"] }
1414
directories = "5.0.1"
1515
include_dir = "0.7.4"
16-
regex = "1.10.6"
16+
regex = "1.11.1"
1717
starlark = "0.12.0"
1818
tempdir = "0.3.7"
19-
thiserror = "1.0.63"
19+
thiserror = "1.0.65"
2020
ureq = "2.9.7"
2121
vsort = "0.2.0"

0 commit comments

Comments
 (0)