cargo: update

This commit is contained in:
nym21
2025-09-03 18:20:58 +02:00
parent 3359dfcc29
commit 565ecbd436
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -5233,9 +5233,9 @@ dependencies = [
[[package]]
name = "zip"
version = "4.6.0"
version = "4.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c034aa6c54f654df20e7dc3713bc51705c12f280748fb6d7f40f87c696623e34"
checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1"
dependencies = [
"arbitrary",
"crc32fast",
+1 -1
View File
@@ -28,7 +28,7 @@ minreq = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true }
toml = "0.9.5"
zip = { version = "4.6.0", default-features = false, features = ["deflate"] }
zip = { version = "4.6.1", default-features = false, features = ["deflate"] }
[[bin]]
name = "brk"
+1 -1
View File
@@ -8,7 +8,7 @@ use brk_indexer::Indexer;
use brk_structs::Height;
use nucleo_matcher::{
Config, Matcher,
pattern::{Atom, AtomKind, CaseMatching, Normalization, Pattern},
pattern::{AtomKind, CaseMatching, Normalization, Pattern},
};
use tabled::settings::Style;
use vecdb::{AnyCollectableVec, AnyStoredVec};