diff options
Diffstat (limited to 'database/Cargo.toml')
| -rw-r--r-- | database/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/database/Cargo.toml b/database/Cargo.toml index 5d629a3..a5c3750 100644 --- a/database/Cargo.toml +++ b/database/Cargo.toml @@ -7,9 +7,9 @@ edition = "2024" jellyobject = { path = "../common/object" } serde = { version = "1.0.228", features = ["derive"] } log = { workspace = true } -serde_json = "1.0.145" -anyhow = "1.0.100" -bytemuck = { version = "1.24.0", features = ["derive"] } +serde_json = "1.0.149" +anyhow = { workspace = true } +bytemuck = { version = "1.25.0", features = ["derive"] } jellykv = { path = "../kv" } [dev-dependencies] |