Skip to content

Commit

Permalink
Merge pull request #560 from wcampbell0x2a/dependabot/cargo/test-log-…
Browse files Browse the repository at this point in the history
…0.2.16
  • Loading branch information
wcampbell0x2a authored Sep 5, 2024
2 parents 580dc75 + 1a20c0a commit f04de50
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.16", features = ["color", "color-auto"] }
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
tempfile = "3.12.0"
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.21.0"
env_logger = "0.11.5"
Expand Down
2 changes: 1 addition & 1 deletion backhand/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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.16", features = ["color", "color-auto"] }
dir-diff = { git = "https://github.com/wcampbell0x2a/dir-diff", branch = "add-checking-permissions" }
Expand Down

0 comments on commit f04de50

Please sign in to comment.