Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 94d34ef

Browse files
build(deps): bump serde from 1.0.204 to 1.0.208
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.204 to 1.0.208. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.204...v1.0.208) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8afc48 commit 94d34ef

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ version = "0.34.0"
212212

213213
# Serialization and deserialization
214214
[workspace.dependencies.serde]
215-
version = "1.0.204"
215+
version = "1.0.208"
216216
features = ["derive"] # Most of the time, if we need serde, we need derive
217217

218218
# JSON serialization and deserialization

0 commit comments

Comments
 (0)