Skip to content

Commit

Permalink
chore(deps): bump serde_with from 3.2.0 to 3.4.0
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.2.0 to 3.4.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.2.0...v3.4.0)

---
updated-dependencies:
- dependency-name: serde_with
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2023
1 parent 210aeb0 commit 7d06cb7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 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 core/sys/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ doctest = false

[dependencies]
serde = { version = "1.0", default-features = false, features = ["derive"] }
serde_with = { version = "3.2", default-features = false, features = ["macros"] }
serde_with = { version = "3.4", default-features = false, features = ["macros"] }

[build-dependencies]
bindgen = "0.66.1"
Expand Down

0 comments on commit 7d06cb7

Please sign in to comment.