Skip to content

Commit

Permalink
Bump toml from 0.7.6 to 0.8.8
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.6 to 0.8.8.
- [Commits](toml-rs/toml@toml-v0.7.6...toml-v0.8.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 81bb85f commit 837010b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 27 deletions.
34 changes: 10 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ thiserror = "1.0.50"
tokio = { version = "1.32.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time", "net"], optional = true }
tokio-eventfd = { version = "0.2.1", optional = true }
tokio-util = { version = "0.7.10", features = ["codec", "io"], optional = true }
toml = { version = "0.7.6", optional = true }
toml = { version = "0.8.8", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.4.1", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
Expand All @@ -77,7 +77,7 @@ proptest = "1.4.0"
rstest = { version = "0.18.1", default-features = false }
serde_json = "1.0.108"
tokio = { version = "1.32.0", features = ["test-util"] }
toml = "0.7.6"
toml = "0.8.8"

[build-dependencies]
anyhow = "1.0.75"
Expand Down
2 changes: 1 addition & 1 deletion northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ log = { version = "0.4.19", features = ["std"] }
nix = { version = "0.27.1", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.32.0", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.7.6"
toml = "0.8.8"

[target.'cfg(not(target_os = "android"))'.dependencies]
bincode = "1.3.3"
Expand Down

0 comments on commit 837010b

Please sign in to comment.