Skip to content

Commit

Permalink
Merge pull request #486 from wcampbell0x2a/dependabot/cargo/libdeflat…
Browse files Browse the repository at this point in the history
…er-1.19.2

build(deps): bump libdeflater from 1.19.0 to 1.19.2
  • Loading branch information
wcampbell0x2a authored Feb 24, 2024
2 parents 8f31d31 + 9e36754 commit b2fdc4e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Bump `dangoslen/dependabot-changelog-helper` from 3.7.0 to 3.8.0 ([#461](https://github.com/wcampbell0x2a/backhand/pull/461))
- Bump `thiserror` from 1.0.56 to 1.0.57 ([#476](https://github.com/wcampbell0x2a/backhand/pull/476))
- Bump `indicatif` from 0.17.7 to 0.17.8 ([#477](https://github.com/wcampbell0x2a/backhand/pull/477))
- Bump `libdeflater` from 1.19.0 to 1.19.2 ([#486](https://github.com/wcampbell0x2a/backhand/pull/486))

## [v0.14.2] - 2024-01-16
### `backhand`
Expand Down
9 changes: 5 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-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tempfile = "3.9.0"
test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" }
test-log = { version = "0.2.14", features = ["trace"] }
tracing = "0.1.40"
libdeflater = "1.19.0"
libdeflater = "1.19.2"
env_logger = "0.10.2"
tracing-subscriber = { version = "0.3.18", features = ["env-filter", "fmt"] }
nix = { version = "0.27.1", default-features = false, features = ["fs"] }
Expand Down
2 changes: 1 addition & 1 deletion backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ assert_cmd = { version = "2.0.13", features = ["color", "color-auto"] }
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
tempfile = "3.9.0"
criterion = "0.5"
libdeflater = "1.19.0"
libdeflater = "1.19.2"

[[bench]]
name = "benchmark"
Expand Down

0 comments on commit b2fdc4e

Please sign in to comment.