Skip to content

Commit

Permalink
fix(deps): update rust crate fjall to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2024
1 parent 8f236bc commit 2b79852
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.111"

# NOTE: Don't need bloom filters, because we always do prefix queries for pretty much everything
fjall = { version = "0.6.0" }
fjall = { version = "0.6.1" }
smoltable = { path = "../smoltable" }

fs_extra = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion smoltable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ tempfile = "3.9.0"
nanoid = "0.4.0"

# NOTE: Don't need bloom filters, because we always do prefix queries for pretty much everything
fjall = { version = "0.6.0" }
fjall = { version = "0.6.1" }

0 comments on commit 2b79852

Please sign in to comment.