Skip to content

Commit

Permalink
Bump toml from 0.7.3 to 0.7.5
Browse files Browse the repository at this point in the history
Bumps [toml](https://github.com/toml-rs/toml) from 0.7.3 to 0.7.5.
- [Commits](toml-rs/toml@toml-v0.7.3...toml-v0.7.5)

---
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] authored Jul 1, 2023
1 parent c6637ba commit 2e3ddf7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 19 deletions.
54 changes: 38 additions & 16 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 @@ -57,7 +57,7 @@ thiserror = "1.0.40"
tokio = { version = "1.28.0", features = ["fs", "io-std", "io-util", "macros", "process", "rt-multi-thread", "sync", "time", "net"], optional = true }
tokio-eventfd = { version = "0.2.0", optional = true }
tokio-util = { version = "0.7.8", features = ["codec", "io"], optional = true }
toml = { version = "0.7.3", optional = true }
toml = { version = "0.7.5", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.3.1", features = ["serde"], optional = true }
uuid = { version = "1.3.2", features = ["v4"], optional = true }
Expand All @@ -79,7 +79,7 @@ proptest = "1.1.0"
serde_json = "1.0.95"
tokio = { version = "1.28.0", features = ["test-util"] }
tokio-test = "0.4.2"
toml = "0.7.3"
toml = "0.7.5"

[build-dependencies]
anyhow = { version = "1.0.71", features = ["backtrace"] }
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 = "0.4.17"
nix = { version = "0.26.2", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.8.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.7.3"
toml = "0.7.5"

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

0 comments on commit 2e3ddf7

Please sign in to comment.