Skip to content

Commit

Permalink
chore(rqlite): Bump rqlite to have blob support
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jan 1, 2025
1 parent 7664f4b commit 3d3cdd0
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 2 deletions.
134 changes: 133 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trc = { path = "../trc" }
rocksdb = { version = "0.23", optional = true, features = ["multi-threaded-cf"] }
foundationdb = { version = "0.9.0", features = ["embedded-fdb-include", "fdb-7_1"], optional = true }
rusqlite = { version = "0.32", features = ["bundled"], optional = true }
rqlite-rs = { version = "0.3.20", optional = true }
rqlite-rs = { version = "0.5.0", optional = true }
rust-s3 = { version = "=0.35.0-alpha.2", default-features = false, features = ["tokio-rustls-tls", "no-verify-ssl"], optional = true }
azure_core = { version = "0.21.0", optional = true }
azure_storage = { version = "0.21.0", default-features = false, features = ["enable_reqwest_rustls", "hmac_rust"], optional = true }
Expand Down

0 comments on commit 3d3cdd0

Please sign in to comment.