Skip to content

Commit

Permalink
build(deps): bump bstr from 1.9.1 to 1.10.0
Browse files Browse the repository at this point in the history
Bumps [bstr](/~https://github.com/BurntSushi/bstr) from 1.9.1 to 1.10.0.
- [Commits](BurntSushi/bstr@1.9.1...1.10.0)

---
updated-dependencies:
- dependency-name: bstr
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and marcospb19 committed Aug 31, 2024
1 parent b8f78d2 commit 4ac8e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 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.9.1", default-features = false, features = ["std"] }
bstr = { version = "1.10.0", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
clap = { version = "4.5.16", features = ["derive", "env"] }
filetime_creation = "0.2"
Expand Down

0 comments on commit 4ac8e2b

Please sign in to comment.