Skip to content

Commit

Permalink
Build(deps): Bump serde in the dev-dependencies group across 1 directory
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 1 update in the / directory: [serde](https://github.com/serde-rs/serde).


Updates `serde` from 1.0.210 to 1.0.211
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.210...v1.0.211)

---
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]>
  • Loading branch information
dependabot[bot] authored and daniel-noland committed Oct 22, 2024
1 parent 94bb351 commit 45d2f79
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doxygen-rs = { version = "0.4.0" }
etherparse = { version = "0.16.0", default-features = false, features = [] }
libc = { version = "0.2.161" }
rstest = { version = "0.22.0", default-features = false, features = [] }
serde = { version = "1.0.210", default-features = false, features = ["derive", "alloc", "rc"] }
serde = { version = "1.0.211", default-features = false, features = ["derive", "alloc", "rc"] }
syscalls = { version = "0.6.18" }
thiserror = { version = "2.0.0", package = "thiserror-no-std" } # replace with regular thiserror when https://github.com/dtolnay/thiserror/pull/304 lands
tracing = { version = "0.1.40", default-features = false, features = ["attributes"] }
Expand Down

0 comments on commit 45d2f79

Please sign in to comment.