Skip to content

Commit 753ae12

Browse files
dependabot[bot]qmonnet
authored andcommitted
Build(deps): Bump serde in the dev-dependencies group across 1 directory
Bumps the dev-dependencies group with 1 update in the / directory: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.213 to 1.0.214 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.213...v1.0.214) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c5758c commit 753ae12

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
@@ -18,7 +18,7 @@ doxygen-rs = { version = "0.4.0" }
1818
etherparse = { version = "0.16.0", default-features = false, features = [] }
1919
libc = { version = "0.2.161" }
2020
rstest = { version = "0.22.0", default-features = false, features = [] }
21-
serde = { version = "1.0.213", default-features = false, features = ["derive", "alloc", "rc"] }
21+
serde = { version = "1.0.214", default-features = false, features = ["derive", "alloc", "rc"] }
2222
syscalls = { version = "0.6.18" }
2323
thiserror = { version = "2.0.0", package = "thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
2424
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }

0 commit comments

Comments
 (0)