Skip to content

Commit

Permalink
Bump toml from 0.7.3 to 0.7.6 (#997)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 661ea8a commit 44358bc
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.29.1", 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.6", optional = true }
umask = { version = "2.1.0", optional = true }
url = { version = "2.3.1", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
Expand All @@ -79,7 +79,7 @@ proptest = "1.2.0"
serde_json = "1.0.95"
tokio = { version = "1.29.1", features = ["test-util"] }
tokio-test = "0.4.2"
toml = "0.7.3"
toml = "0.7.6"

[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.19"
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.29.1", features = ["rt-multi-thread", "macros", "signal"] }
toml = "0.7.3"
toml = "0.7.6"

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

0 comments on commit 44358bc

Please sign in to comment.