mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
cargo: bump bstr from 1.11.0 to 1.11.1 in the cargo-dependencies group
Bumps the cargo-dependencies group with 1 update: [bstr](https://github.com/BurntSushi/bstr). Updates `bstr` from 1.11.0 to 1.11.1 - [Commits](https://github.com/BurntSushi/bstr/compare/1.11.0...1.11.1) --- updated-dependencies: - dependency-name: bstr dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
53b8eeb5ab
commit
97b14f9874
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -222,9 +222,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bstr"
|
name = "bstr"
|
||||||
version = "1.11.0"
|
version = "1.11.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
|
checksum = "786a307d683a5bf92e6fd5fd69a7eb613751668d1d8d67d802846dfe367c62c8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
"regex-automata 0.4.8",
|
"regex-automata 0.4.8",
|
||||||
|
|
|
@ -22,7 +22,7 @@ assert_cmd = "2.0.8"
|
||||||
assert_matches = "1.5.0"
|
assert_matches = "1.5.0"
|
||||||
async-trait = "0.1.83"
|
async-trait = "0.1.83"
|
||||||
blake2 = "0.10.6"
|
blake2 = "0.10.6"
|
||||||
bstr = "1.11.0"
|
bstr = "1.11.1"
|
||||||
clap = { version = "4.5.23", features = [
|
clap = { version = "4.5.23", features = [
|
||||||
"derive",
|
"derive",
|
||||||
"deprecated",
|
"deprecated",
|
||||||
|
|
Loading…
Reference in a new issue