Skip to content

Commit e0fe119

Browse files
authoredMar 3, 2025··
Bump serde from 1.0.217 to 1.0.218
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.217...v1.0.218) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2ab589b commit e0fe119

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
 

‎Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/common/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version.workspace = true
55

66
[dependencies]
77
anyhow = { workspace = true }
8-
serde = { version = "1.0.203", features = ["derive"] }
8+
serde = { version = "1.0.218", features = ["derive"] }
99
derive_builder = { workspace = true }
1010

1111
# other

0 commit comments

Comments
 (0)
Please sign in to comment.