chore(deps): Bump regex from 1.11.0 to 1.11.1 (#823)
This commit is contained in:
parent
95b84c40e9
commit
81c389636c
|
|
@ -3225,9 +3225,9 @@ checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.11.0"
|
||||
version = "1.11.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
|
||||
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
||||
dependencies = [
|
||||
"aho-corasick",
|
||||
"memchr",
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ tokio-stream = "0.1.16"
|
|||
validator = { version = "0.16", features = ["derive"] }
|
||||
warp = "0.3.5"
|
||||
headers = "0.4.0"
|
||||
regex = "1.11.0"
|
||||
regex = "1.11.1"
|
||||
humantime = "2.1.0"
|
||||
prost-wkt-types = "0.6"
|
||||
chrono = { version = "0.4.35", features = ["serde", "clock"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue