Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent ca3686f commit 56980cf
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 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.56"
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.8.8", optional = true }
toml = { version = "0.8.14", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.5.0", features = ["serde"], optional = true }
uuid = { version = "1.7.0", 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.8.8"
toml = "0.8.14"

[build-dependencies]
anyhow = "1.0.80"
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.21", features = ["std"] }
nix = { version = "0.28.0", 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.8.8"
toml = "0.8.14"

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

0 comments on commit 56980cf

Please sign in to comment.