Skip to content

Commit d29865e

Browse files
Bump serde from 1.0.209 to 1.0.210 (#47)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.209 to 1.0.210. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.209...v1.0.210) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca365bf commit d29865e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rand = "0.8.5"
1515
rusqlite = { version = "0.31.0", features = ["bundled", "limits", "serde_json"] }
1616
rusqlite_migration = { version = "1.2.0", features = ["from-directory"] }
1717
seahash = "4.1.0"
18-
serde = { version = "1.0.204", features = ["derive"] }
18+
serde = { version = "1.0.210", features = ["derive"] }
1919
serde_json = "1.0.128"
2020
thiserror = "1.0.59"
2121
winnow = "0.5.34"

0 commit comments

Comments
 (0)