Skip to content

Commit

Permalink
Bump serde_yaml from 0.9.21 to 0.9.25
Browse files Browse the repository at this point in the history
Bumps [serde_yaml](https://github.com/dtolnay/serde-yaml) from 0.9.21 to 0.9.25.
- [Release notes](https://github.com/dtolnay/serde-yaml/releases)
- [Commits](dtolnay/serde-yaml@0.9.21...0.9.25)

---
updated-dependencies:
- dependency-name: serde_yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2023
1 parent b06ff46 commit 271cc21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pin-project-lite = "0.2.9"
prettytable-rs = "0.10.0"
regex = "1.7.3"
serde_json = "1.0.95"
serde_yaml = "0.9.19"
serde_yaml = "0.9.25"
tokio = { version = "1.29.1", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
tokio-util = "0.7.8"
url = "2.3.1"
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ serde = { version = "1.0.164", features = ["derive", "rc"] }
serde_json = { version = "1.0.95", optional = true }
serde_plain = { version = "1.0.1", optional = true }
serde_with = { version = "3.0.0", optional = true }
serde_yaml = { version = "0.9.19", optional = true }
serde_yaml = { version = "0.9.25", optional = true }
sha2 = { version = "0.10.6", optional = true }
strum = { version = "0.24.1", optional = true }
strum_macros = { version = "0.24.3", optional = true }
Expand Down

0 comments on commit 271cc21

Please sign in to comment.