Skip to content

Commit

Permalink
Merge 3df8244 into c196aba
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
2 parents c196aba + 3df8244 commit f388a18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `byte-unit` from 4.0.19 to 5.0.3 ([#367](https://github.com/wcampbell0x2a/backhand/pull/367))
- Bump `actions/labeler` from 4 to 5 ([#377](https://github.com/wcampbell0x2a/backhand/pull/377))
- Bump `test-log` from 0.2.13 to 0.2.14 ([#378](https://github.com/wcampbell0x2a/backhand/pull/378))
- Bump `thiserror` from 1.0.51 to 1.0.52 ([#391](https://github.com/wcampbell0x2a/backhand/pull/391))

## [v0.13.0] - 2023-06-18
### backhand
Expand Down
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 backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "Library for the reading, creating, and modification of SquashFS f
# for lib
deku = "0.16.0"
tracing = "0.1.40"
thiserror = "1.0.50"
thiserror = "1.0.52"
flate2 = { version = "1.0.28", optional = true }
xz2 = { version = "0.1.7", optional = true }
rust-lzo = { version = "0.6.2", optional = true }
Expand Down

0 comments on commit f388a18

Please sign in to comment.