Skip to content

Commit ec68f19

Browse files
dependabot[bot]stacksjb
authored andcommitted
Bump the rust-dependencies group across 1 directory with 2 updates
Bumps the rust-dependencies group with 2 updates in the / directory: [anyhow](https://github.com/dtolnay/anyhow) and [tempfile](https://github.com/Stebalien/tempfile). Updates `anyhow` from 1.0.101 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.101...1.0.102) Updates `tempfile` from 3.24.0 to 3.25.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tempfile dependency-version: 3.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4d27de commit ec68f19

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ inquire = "0.9.3"
1313
textwrap = "0.16.2"
1414
rodio = "0.21.1"
1515
tokio = { version = "1.49.0", features = ["full"] }
16-
anyhow = "1.0.101"
16+
anyhow = "1.0.102"
1717
csv = "1.4.0"
1818

1919

2020
[dev-dependencies]
2121
serial_test = "3.3.1"
22-
tempfile = "3.24.0"
22+
tempfile = "3.25.0"

0 commit comments

Comments
 (0)