Skip to content

Commit b7a7549

Browse files
Bump the cargo-deps group with 3 updates
Bumps the cargo-deps group with 3 updates: [indexmap](https://github.com/indexmap-rs/indexmap), [thiserror](https://github.com/dtolnay/thiserror) and [tempfile](https://github.com/Stebalien/tempfile). Updates `indexmap` from 2.10.0 to 2.11.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.10.0...2.11.0) Updates `thiserror` from 2.0.12 to 2.0.16 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.12...2.0.16) Updates `tempfile` from 3.20.0 to 3.21.0 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.20.0...v3.21.0) --- updated-dependencies: - dependency-name: indexmap dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps - dependency-name: thiserror dependency-version: 2.0.16 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-deps - dependency-name: tempfile dependency-version: 3.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efdf0ed commit b7a7549

File tree

2 files changed

+22
-95
lines changed

2 files changed

+22
-95
lines changed

Cargo.lock

Lines changed: 20 additions & 93 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
@@ -14,7 +14,7 @@ serde = ["dep:serde", "indexmap/serde"]
1414
[dependencies]
1515
indexmap = "2"
1616
serde = { version = "1.0.152", features = ["derive"], optional = true }
17-
thiserror = "2.0.12"
17+
thiserror = "2.0.16"
1818

1919
[dev-dependencies]
20-
tempfile = "3.10.1"
20+
tempfile = "3.21.0"

0 commit comments

Comments
 (0)