Merge pull request #20 from nix-community/dependabot/cargo/bstr-1.2.0

Bump bstr from 1.1.0 to 1.2.0
This commit is contained in:
figsoda 2023-02-02 10:56:05 -05:00 committed by GitHub
commit 6d0cbfe17e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -59,9 +59,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bstr"
version = "1.1.0"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b"
checksum = "b7f0778972c64420fdedc63f09919c8a88bda7b25135357fd25a5d9f3257e832"
dependencies = [
"memchr",
"once_cell",

View File

@ -13,7 +13,7 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.68"
bstr = "1.1.0"
bstr = "1.2.0"
enum_dispatch = "0.3.11"
git-url = "0.13.1"
itertools = "0.10.5"