Skip to content

Commit

Permalink
chore: update deadpool-sqlite (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
varun-doshi authored Nov 28, 2024
1 parent f05a40c commit 8329a77
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ homepage.workspace = true
repository.workspace = true

[dependencies]
deadpool-sqlite = { version = "0.8", features = ["rt_tokio_1"] }
deadpool-sqlite = { version = "0.9.0", features = ["rt_tokio_1"] }
directories = { version = "5.0" }
figment = { version = "0.10", features = ["toml", "env"] }
hex = { version = "0.4" }
Expand All @@ -21,7 +21,7 @@ miden-node-proto = { workspace = true }
miden-node-utils = { workspace = true }
miden-objects = { workspace = true }
prost = { workspace = true }
rusqlite = { version = "0.31", features = ["array", "buildtime_bindgen", "bundled"] }
rusqlite = { version = "0.32.1", features = ["array", "buildtime_bindgen", "bundled"] }
rusqlite_migration = { version = "1.0" }
serde = { version = "1.0", features = ["derive"] }
thiserror = { workspace = true }
Expand Down

0 comments on commit 8329a77

Please sign in to comment.