Skip to content

Commit

Permalink
Bump thiserror from 1.0.40 to 1.0.50 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 12, 2023
1 parent 85f28c5 commit 7928ba4
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.75", features = ["backtrace"] }
futures = "0.3.29"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["api"] }
thiserror = "1.0.40"
thiserror = "1.0.50"
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.25.0", optional = true }
strum_macros = { version = "0.25.3", optional = true }
tempfile = { version = "3.8.1", optional = true }
thiserror = "1.0.40"
thiserror = "1.0.50"
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 7928ba4

Please sign in to comment.