Skip to content

Commit

Permalink
deps: bump thiserror from 1.0.59 to 1.0.60 (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent ce8b99a commit 4f84c8f
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 crates/bestool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.117"
ssh-key = { version = "0.6.6", optional = true }
tera = { version = "1.19.1", optional = true }
thiserror = "1.0.59"
thiserror = "1.0.60"
tokio = { version = "1.37.0", features = ["full"] }
tracing = { version = "0.1.40", features = ["attributes"] }
tracing-appender = "0.2.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/rpi-st7789v2-driver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repository = "https://github.com/beyondessential/bestool"
bitvec = "1.0.1"
embedded-graphics = "0.8.1"
itertools = "0.12.1"
thiserror = "1.0.59"
thiserror = "1.0.60"
tracing = { version = "0.1.40", features = ["attributes"] }
miette = { version = "7.2.0", optional = true }

Expand Down

0 comments on commit 4f84c8f

Please sign in to comment.