Skip to content

Commit

Permalink
build(deps): bump test-log from 0.2.15 to 0.2.16
Browse files Browse the repository at this point in the history
Bumps [test-log](https://github.com/d-e-s-o/test-log) from 0.2.15 to 0.2.16.
- [Release notes](https://github.com/d-e-s-o/test-log/releases)
- [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md)
- [Commits](d-e-s-o/test-log@v0.2.15...v0.2.16)

---
updated-dependencies:
- dependency-name: test-log
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 6, 2024
1 parent 5dc5fcd commit 1a20c0a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 @@ -10,7 +10,7 @@ assert_cmd = { version = "2.0.14", features = ["color", "color-auto"] }
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
tempfile = "3.10.1"
test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" }
test-log = { version = "0.2.15", features = ["trace"] }
test-log = { version = "0.2.16", features = ["trace"] }
tracing = "0.1.40"
libdeflater = "1.20.0"
env_logger = "0.11.3"
Expand Down
2 changes: 1 addition & 1 deletion backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lzo = ["dep:rust-lzo"]
zstd = ["dep:zstd", "dep:zstd-safe"]

[dev-dependencies]
test-log = { version = "0.2.15", features = ["trace"] }
test-log = { version = "0.2.16", features = ["trace"] }
test-assets = { git = "https://github.com/wcampbell0x2a/test-assets", branch = "replace-curl-ureq" }
assert_cmd = { version = "2.0.14", features = ["color", "color-auto"] }
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
Expand Down

0 comments on commit 1a20c0a

Please sign in to comment.