Skip to content

Commit

Permalink
Bump thiserror from 1.0.56 to 1.0.61 (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 4, 2024
1 parent 5e65a69 commit 1f14b9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 northstar-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ rust-version.workspace = true
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"
thiserror = "1.0.61"
tokio = "1.32.0"

2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ 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.10.1", optional = true }
thiserror = "1.0.56"
thiserror = "1.0.61"
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 }
Expand Down

0 comments on commit 1f14b9f

Please sign in to comment.