Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump serde_with from 3.0.0 to 3.8.1
Browse files Browse the repository at this point in the history
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.0.0 to 3.8.1.
- [Release notes](https://github.com/jonasbb/serde_with/releases)
- [Commits](jonasbb/serde_with@v3.0.0...v3.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Jul 1, 2024
1 parent 03b4b5b commit 5b43535
Showing 2 changed files with 15 additions and 19 deletions.
32 changes: 14 additions & 18 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ semver = { version = "1.0.22", features = ["serde"] }
serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = { version = "1.0.108", optional = true }
serde_plain = { version = "1.0.2", optional = true }
serde_with = { version = "3.0.0", optional = true }
serde_with = { version = "3.8.1", optional = true }
serde_yaml = { version = "0.9.34", optional = true }
sha2 = { version = "0.10.8", optional = true }
strum = { version = "0.26.2", optional = true }

0 comments on commit 5b43535

Please sign in to comment.