mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-16 23:31:24 +01:00
Add bstr dependency
This commit is contained in:
parent
d93d16d7a3
commit
9f85dbf47c
2 changed files with 4 additions and 2 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
|
@ -333,9 +333,9 @@ dependencies = [
|
|||
|
||||
[[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 0.4.9",
|
||||
|
|
@ -921,6 +921,7 @@ dependencies = [
|
|||
"axum-extra",
|
||||
"axum-server",
|
||||
"base64 0.22.1",
|
||||
"bstr",
|
||||
"bytes",
|
||||
"clap",
|
||||
"futures-util",
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ axum = { version = "0.7.9", default-features = false, features = ["form", "http1
|
|||
axum-extra = { version = "0.9.5", features = ["typed-header"] }
|
||||
axum-server = { version = "0.7.2", features = ["tls-rustls-no-provider"] }
|
||||
base64 = "0.22.1"
|
||||
bstr = "1.12.0"
|
||||
bytes = "1.10.1"
|
||||
clap = { version = "4.5.34", default-features = false, features = ["std", "derive", "help", "usage", "error-context", "string", "wrap_help"] }
|
||||
futures-util = { version = "0.3.31", default-features = false }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue