Skip to content

Commit 4de0c58

Browse files
Bump the serialization group across 1 directory with 2 updates
Bumps the serialization group with 2 updates in the / directory: [serde_json](https://github.com/serde-rs/json) and [serde_with](https://github.com/jonasbb/serde_with). Updates `serde_json` from 1.0.138 to 1.0.145 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.138...v1.0.145) Updates `serde_with` from 2.3.3 to 3.15.1 - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](jonasbb/serde_with@v2.3.3...v3.15.1) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.145 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: serialization - dependency-name: serde_with dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: serialization ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e20268a commit 4de0c58

File tree

2 files changed

+72
-22
lines changed

2 files changed

+72
-22
lines changed

Cargo.lock

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

programs/whirlpool/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ bitflags = { version = "=2.8.0" }
3232
[dev-dependencies]
3333
proptest = "=1.5.0"
3434
serde = "=1.0.228"
35-
serde_json = "=1.0.138"
35+
serde_json = "=1.0.145"
3636

3737
[dev-dependencies.serde_with]
38-
version = "=2.3.3"
38+
version = "=3.15.1"
3939
features = ["json"]

0 commit comments

Comments
 (0)