Skip to content

Commit

Permalink
Merge pull request #497 from ouch-org/dependabot/cargo/bstr-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda authored Aug 30, 2023
2 parents bff09e7 + c7fa9b6 commit 2174c80
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description = "A command-line utility for easily compressing and decompressing f

[dependencies]
atty = "0.2.14"
bstr = { version = "1.6.0", default-features = false, features = ["std"] }
bstr = { version = "1.6.1", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.4.0", features = ["derive", "env"] }
filetime = "0.2.22"
Expand Down

0 comments on commit 2174c80

Please sign in to comment.