mirror of
https://github.com/katanemo/plano.git
synced 2026-06-08 14:55:14 +02:00
retry: update Cargo.lock for retry module dependencies
Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
parent
ed5e1d69d4
commit
d29ed70c0a
1 changed files with 16 additions and 0 deletions
16
crates/Cargo.lock
generated
16
crates/Cargo.lock
generated
|
|
@ -534,6 +534,7 @@ version = "0.1.0"
|
|||
dependencies = [
|
||||
"axum",
|
||||
"bytes",
|
||||
"dashmap",
|
||||
"derivative",
|
||||
"duration-string",
|
||||
"governor",
|
||||
|
|
@ -551,6 +552,7 @@ dependencies = [
|
|||
"serde_with",
|
||||
"serde_yaml",
|
||||
"serial_test",
|
||||
"sha2 0.10.9",
|
||||
"thiserror 1.0.69",
|
||||
"tiktoken-rs",
|
||||
"tokio",
|
||||
|
|
@ -758,6 +760,20 @@ dependencies = [
|
|||
"syn 2.0.117",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dashmap"
|
||||
version = "6.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"crossbeam-utils",
|
||||
"hashbrown 0.14.5",
|
||||
"lock_api",
|
||||
"once_cell",
|
||||
"parking_lot_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "deranged"
|
||||
version = "0.5.8"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue