Skip to content

Commit

Permalink
Bump serde_yaml from 0.9.30 to 0.9.34+deprecated (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent 18e50ec commit df566f8
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 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.10.4"
serde_json = "1.0.108"
serde_yaml = "0.9.30"
serde_yaml = "0.9.34"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "net", "rt", "time"] }
tokio-util = "0.7.10"
url = "2.5.0"
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ 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_yaml = { version = "0.9.30", optional = true }
serde_yaml = { version = "0.9.34", optional = true }
sha2 = { version = "0.10.8", optional = true }
strum = { version = "0.26.2", optional = true }
strum_macros = { version = "0.26.1", optional = true }
Expand Down

0 comments on commit df566f8

Please sign in to comment.