Skip to content

Commit 2012a80

Browse files
Bump serde from 1.0.226 to 1.0.228 (#215)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.226 to 1.0.228. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.226...v1.0.228) --- updated-dependencies: - dependency-name: serde dependency-version: 1.0.228 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c6c5eb commit 2012a80

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ members = ["libs/daedalus", "libs/calypso-cangen"]
1313
[workspace.dependencies]
1414
proc-macro2 = "1.0.101"
1515
quote = "1.0.40"
16-
serde = { version = "1.0.226", features = ["derive"] }
16+
serde = { version = "1.0.228", features = ["derive"] }
1717
serde_json = "1.0.145"
1818
regex = "1.12.1"
1919
schemars = "1.0.4"

0 commit comments

Comments
 (0)