Skip to content

Commit 3342e59

Browse files
dependabot[bot]larsw
authored andcommitted
chore(deps): bump the rust-deps group across 1 directory with 2 updates
Bumps the rust-deps group with 2 updates in the / directory: [toml](https://github.com/toml-rs/toml) and [tempfile](https://github.com/Stebalien/tempfile). Updates `toml` from 1.0.3+spec-1.1.0 to 1.0.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.0.3...toml-v1.0.4) Updates `tempfile` from 3.25.0 to 3.26.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](https://github.com/Stebalien/tempfile/commits/v3.26.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-deps - dependency-name: tempfile dependency-version: 3.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f5a6212 commit 3342e59

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -18,15 +18,15 @@ clap = { version = "4.5.60", features = ["derive"] }
1818
clap_complete = "4.5.66"
1919
anyhow = "1.0.102"
2020
serde = { version = "1.0", features = ["derive"] }
21-
toml = "1.0.3"
21+
toml = "1.0.4"
2222
dirs = "6.0.0"
2323
minus = { version = "5.6.1", features = ["search", "static_output"] }
2424
terminal_size = "0.4.3"
2525
termbg = "0.6.2"
2626

2727
[dev-dependencies]
2828
rstest = "0.26.1"
29-
tempfile = "3.25.0"
29+
tempfile = "3.26.0"
3030

3131
[profile.release]
3232
strip = "debuginfo"

0 commit comments

Comments
 (0)