diff --git a/crates/signia-store/Cargo.toml b/crates/signia-store/Cargo.toml index 848a908..cfb8894 100644 --- a/crates/signia-store/Cargo.toml +++ b/crates/signia-store/Cargo.toml @@ -17,15 +17,15 @@ s3 = ["dep:aws-config", "dep:aws-sdk-s3", "dep:bytes", "dep:tokio"] anyhow = "1" serde = { version = "1", features = ["derive"] } serde_json = "1" -thiserror = "1" +thiserror = "2" time = { version = "0.3", features = ["std"] } -sha2 = "0.10" +sha2 = "0.11" hex = "0.4" -bytesize = "1" +bytesize = "2" parking_lot = "0.12" walkdir = "2" -rusqlite = { version = "0.31", optional = true, features = ["bundled"] } +rusqlite = { version = "0.39", optional = true, features = ["bundled"] } aws-config = { version = "1", optional = true } aws-sdk-s3 = { version = "1", optional = true }