Skip to content

Commit

Permalink
dependabot: bump bstr from 1.6.0 to 1.7.0 (#199)
Browse files Browse the repository at this point in the history
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.6.0 to 1.7.0.
- [Commits](BurntSushi/bstr@1.6.0...1.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 22, 2023
1 parent 08fed12 commit cff9336
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 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 @@ -33,7 +33,7 @@ exclude = [
]

[dependencies]
bstr = "1.6.0"
bstr = "1.7.0"
chrono = "0.4.28"
clap = { version = "4.3.23", features = ["derive"] }
const_format = "0.2.31"
Expand Down

0 comments on commit cff9336

Please sign in to comment.