retry: update Cargo.lock for retry module dependencies

Signed-off-by: Troy Mitchell <i@troy-y.org>
This commit is contained in:
Troy Mitchell 2026-04-28 15:50:52 +08:00
parent ed5e1d69d4
commit d29ed70c0a

16
crates/Cargo.lock generated
View file

@ -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"