mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 18:58:31 +00:00
Bump bstr from 1.11.3 to 1.12.0
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.11.3 to 1.12.0. - [Commits](https://github.com/BurntSushi/bstr/compare/1.11.3...1.12.0) --- updated-dependencies: - dependency-name: bstr dependency-version: 1.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
c609974cfc
commit
01f0050203
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -153,9 +153,9 @@ checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
|||
|
||||
[[package]]
|
||||
name = "bstr"
|
||||
version = "1.11.3"
|
||||
version = "1.12.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
||||
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
|
|
|
@ -9,7 +9,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
base-db = { path = "../base-db" }
|
||||
bstr = "1.11.3"
|
||||
bstr = "1.12.0"
|
||||
crossbeam-channel.workspace = true
|
||||
itertools.workspace = true
|
||||
libc = "0.2.171"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue