Skip to content

Commit 689a174

Browse files
deps(deps): bump the utilities group across 1 directory with 4 updates
Bumps the utilities group with 4 updates in the / directory: [regex](https://github.com/rust-lang/regex), [anyhow](https://github.com/dtolnay/anyhow), [thiserror](https://github.com/dtolnay/thiserror) and [chrono](https://github.com/chronotope/chrono). Updates `regex` from 1.11.1 to 1.12.2 - [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.1...1.12.2) Updates `anyhow` from 1.0.98 to 1.0.100 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.98...1.0.100) Updates `thiserror` from 2.0.12 to 2.0.17 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.17) Updates `chrono` from 0.4.41 to 0.4.42 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.41...v0.4.42) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utilities - dependency-name: anyhow dependency-version: 1.0.100 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities - dependency-name: chrono dependency-version: 0.4.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: utilities ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a28f5d9 commit 689a174

File tree

2 files changed

+26
-27
lines changed

2 files changed

+26
-27
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ categories = ["command-line-utilities", "cryptography"]
1212
[dependencies]
1313
ed25519-dalek = "2"
1414
rand = "0.9.1"
15-
regex = "1.10.2"
16-
anyhow = "1.0.89"
17-
thiserror = "2.0.12"
15+
regex = "1.12.2"
16+
anyhow = "1.0.100"
17+
thiserror = "2.0.17"
1818
indicatif = "0.17.8"
19-
chrono = "0.4.38"
19+
chrono = "0.4.42"
2020
base64 = "0.22.1"
2121
byteorder = "1.4.3"
2222
hex = "0.4.3"

0 commit comments

Comments
 (0)