mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-08-04 10:49:55 +00:00
Bump bstr from 1.10.0 to 1.11.0 (#1274)
This commit is contained in:
parent
dcd40b65b2
commit
08389f1c33
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -152,9 +152,9 @@ checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
|
|||
|
||||
[[package]]
|
||||
name = "bstr"
|
||||
version = "1.10.0"
|
||||
version = "1.11.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
|
||||
checksum = "1a68f1f47cdf0ec8ee4b941b2eee2a80cb796db73118c0dd09ac63fbe405be22"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
|
|
|
@ -9,7 +9,7 @@ rust-version.workspace = true
|
|||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
base-db = { path = "../base-db" }
|
||||
bstr = "1.10.0"
|
||||
bstr = "1.11.0"
|
||||
crossbeam-channel.workspace = true
|
||||
itertools.workspace = true
|
||||
libc = "0.2.162"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue