mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Bump bstr from 1.12.0 to 1.12.1
Bumps [bstr](https://github.com/BurntSushi/bstr) from 1.12.0 to 1.12.1. - [Commits](https://github.com/BurntSushi/bstr/compare/1.12.0...1.12.1) --- updated-dependencies: - dependency-name: bstr dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
800006bd9e
commit
bb9a8adab1
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.12.0"
|
||||
version = "1.12.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
|
||||
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ rust-version = "1.89"
|
|||
|
||||
[workspace.dependencies]
|
||||
anyhow = "1.0.100"
|
||||
bstr = "1.12.0"
|
||||
bstr = "1.12.1"
|
||||
chrono = { version = "0.4.41", default-features = false }
|
||||
clap = "4.5.51"
|
||||
criterion = "0.5.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue