Skip to content

Commit

Permalink
Bump serde_with from 2.3.2 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 2.3.2 to 3.4.0.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v2.3.2...v3.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 49c3cd1 commit c2acbee
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 16 deletions.
89 changes: 74 additions & 15 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 rsadsb_common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ adsb_deku = { path = "../libadsb_deku", default-features = false, version = "0.6
libm = "0.2.8"
tracing = { version = "0.1.0", default-features = false, optional = true}
serde = { version = "1.0", features = ["derive"], optional = true }
serde_with = { version = "2.0.1",optional = true }
serde_with = { version = "3.4.0",optional = true }

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit c2acbee

Please sign in to comment.