Skip to content

Commit

Permalink
Bump anyhow from 1.0.75 to 1.0.80 (#1095)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent 52d9d0c commit c7a39b7
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 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 @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.80"
atty = "0.2.14"
cargo-subcommand = { version = "0.11.0", features = ["clap"] }
cargo_metadata = "0.15.3"
Expand Down
2 changes: 1 addition & 1 deletion examples/console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }
northstar-client = { path = "../../northstar-client" }

Expand Down
2 changes: 1 addition & 1 deletion examples/custom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = "1.0.75"
anyhow = "1.0.80"
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }
northstar-client = { path = "../../northstar-client" }

Expand Down
2 changes: 1 addition & 1 deletion examples/test-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
caps = "0.5.5"
clap = { version = "4.2.7", features = ["derive"] }
nix = { version = "0.27.1", default-features = false, features = ["process", "user"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/token-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
futures = { version = "0.3.29", default-features = false }
northstar-client= { path = "../../northstar-client" }
Expand Down
2 changes: 1 addition & 1 deletion examples/token-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
license = "Apache-2.0"

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
northstar-client = { path = "../../northstar-client" }
tokio = { version = "1.32.0", features = ["macros", "rt", "net"] }
Expand Down
2 changes: 1 addition & 1 deletion northstar-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
futures = "0.3.29"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["api"] }
thiserror = "1.0.56"
Expand Down
2 changes: 1 addition & 1 deletion northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.21.5"
clap = { version = "4.2.7", features = ["derive"] }
clap_complete = "4.3.2"
Expand Down
6 changes: 3 additions & 3 deletions northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
async-stream = { version = "0.3.4", optional = true }
async-trait = { version = "0.1.76", optional = true }
base64 = { version = "0.21.5", optional = true }
Expand Down Expand Up @@ -71,7 +71,7 @@ runtime = ["api", "async-stream", "async-trait", "bincode", "bindgen", "bytesize
seccomp = ["bindgen", "caps", "lazy_static", "memoffset", "nix", "npk"]

[dev-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.80"
memfd = "0.6.2"
proptest = "1.4.0"
rstest = { version = "0.18.1", default-features = false }
Expand All @@ -80,7 +80,7 @@ tokio = { version = "1.32.0", features = ["test-util"] }
toml = "0.8.8"

[build-dependencies]
anyhow = "1.0.75"
anyhow = "1.0.80"
bindgen = { version = "0.69.4", default-features = false, features = ["runtime"], optional = true }

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.10.2"
Expand Down
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion northstar-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
lazy_static = "1.4.0"
Expand Down
2 changes: 1 addition & 1 deletion northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description.workspace = true
rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.75", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
log = { version = "0.4.19", features = ["std"] }
nix = { version = "0.27.1", default-features = false, features = ["sched", "mount"] }
Expand Down

0 comments on commit c7a39b7

Please sign in to comment.