mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
Merge pull request #598 from rustic-rs/dependabot/cargo/aho-corasick-1.0.1
build(deps): bump aho-corasick from 1.0.0 to 1.0.1
This commit is contained in:
commit
78f95c5cd5
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -68,9 +68,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e5bce8d450891e3b36f85a2230cec441fddd60e0c455b61b15bb3ffba955ca85"
|
||||
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
@ -1889,7 +1889,7 @@ name = "rustic-rs"
|
||||
version = "0.5.1-dev"
|
||||
dependencies = [
|
||||
"aes256ctr_poly1305aes",
|
||||
"aho-corasick 1.0.0",
|
||||
"aho-corasick 1.0.1",
|
||||
"anyhow",
|
||||
"backoff",
|
||||
"binrw",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user