diff --git a/Cargo.lock b/Cargo.lock index 06e930f..986512e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -828,15 +828,15 @@ dependencies = [ [[package]] name = "futures-core" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e5aa3de05362c3fb88de6531e6296e85cde7739cccad4b9dfeeb7f6ebce56bf" +checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608" [[package]] name = "futures-macro" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42cd15d1c7456c04dbdf7e88bcd69760d74f3a798d6444e16974b505b0e62f17" +checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70" dependencies = [ "proc-macro2", "quote", @@ -851,15 +851,15 @@ checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868" [[package]] name = "futures-task" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6508c467c73851293f390476d4491cf4d227dbabcd4170f3bb6044959b294f1" +checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366" [[package]] name = "futures-util" -version = "0.3.24" +version = "0.3.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44fb6cb1be61cc1d2e43b262516aafcf63b241cffdb1d3fa115f91d9c7b09c90" +checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1" dependencies = [ "futures-core", "futures-macro", diff --git a/bayard/Cargo.toml b/bayard/Cargo.toml index 00b92e6..dffb13e 100644 --- a/bayard/Cargo.toml +++ b/bayard/Cargo.toml @@ -25,7 +25,7 @@ crossbeam = "0.8.2" dashmap = { version = "5.4.0", features = ["serde"] } exponential-backoff = "1.1.0" foca = { version = "0.4.1", features = ["postcard-codec"] } -futures-util = "0.3.24" +futures-util = "0.3.26" http = "0.2.8" lindera-tantivy = { version = "0.16.2", features = ["ipadic", "ko-dic", "cc-cedict"] } notify = "5.0.0"