Skip to content

Commit

Permalink
Bump tempfile from 3.8.1 to 3.10.1 (#1125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent df566f8 commit e43f600
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 30 deletions.
40 changes: 14 additions & 26 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 cargo-npk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ human_bytes = "0.4.3"
humantime = "2.1.0"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] }
serde = { version = "1.0.164", features = ["derive"] }
tempfile = "3.8.1"
tempfile = "3.10.1"
termcolor = "1.4.1"
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 }
tempfile = { version = "3.8.1", optional = true }
tempfile = { version = "3.10.1", optional = true }
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 }
Expand Down
2 changes: 1 addition & 1 deletion northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ clap = { version = "4.2.7", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.10.2"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] }
tempfile = "3.8.1"
tempfile = "3.10.1"
zip = { version = "0.6.6", default-features = false }
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ northstar-client = { path = "../northstar-client" }
northstar-runtime = { path = "../northstar-runtime", features = ["api", "runtime"] }
northstar-tests-derive = { path = "northstar-tests-derive" }
regex = "1.10.4"
tempfile = "3.8.1"
tempfile = "3.10.1"
tokio = { version = "1.32.0", features = ["fs", "time"] }
url = "2.5.0"
zip = { version = "0.6.6", default-features = false }

0 comments on commit e43f600

Please sign in to comment.