Skip to content

Commit

Permalink
Merge pull request #341 from wcampbell0x2a/dependabot/cargo/env_logge…
Browse files Browse the repository at this point in the history
…r-0.10.1

chore(deps): Bump env_logger from 0.10.0 to 0.10.1
  • Loading branch information
wcampbell0x2a authored Nov 13, 2023
2 parents aadacab + cd4fe2d commit 19ce3fa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ on:
jobs:
changelog:
runs-on: ubuntu-latest

permissions:
# Give the default GITHUB_TOKEN write permission to commit and push the
# added or changed files to the repository.
contents: write

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replace curl in test dependency `test-assets` with ureq ([#264](https://github.com/wcampbell0x2a/backhand/pull/264))
- Replace `zune-inflate` with `libdeflater` for custom decompression testing for reliability ([#325](https://github.com/wcampbell0x2a/backhand/pull/325))

### Dependencies
- Bump `env_logger` from 0.10.0 to 0.10.1 ([#341](https://github.com/wcampbell0x2a/backhand/pull/341))

## [v0.13.0] - 2023-06-18
### backhand
#### Changes
Expand Down Expand Up @@ -633,4 +636,4 @@ only_read/tplink_ax1800
- `DirEntry` uses `InodeId` instead of `u8`

### [v0.1.0] - 2023-01-01
- Initial Release
- Initial Release
4 changes: 2 additions & 2 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 @@ -14,7 +14,7 @@ test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch =
test-log = { version = "0.2.13", features = ["trace"] }
tracing = "0.1.40"
libdeflater = "1.19.0"
env_logger = "0.10.0"
env_logger = "0.10.1"
tracing-subscriber = { version = "0.3.16", features = ["env-filter", "fmt"] }
nix = { version = "0.27.1", default-features = false, features = ["fs"] }

Expand Down

0 comments on commit 19ce3fa

Please sign in to comment.