Skip to content

Commit

Permalink
chore: upgrade blitzar to 3.3.0 for send/sync on MsmHandle (#203)
Browse files Browse the repository at this point in the history
# Rationale for this change

This PR upgrades blitzar to add support for Send and Sync via a default
impl on MsmHandle.

# What changes are included in this PR?

Upgrades blitzar to 3.3.0

# Are these changes tested?

existing tests pass
  • Loading branch information
iajoiner authored Oct 2, 2024
2 parents 1ef6c48 + f176d01 commit be2fbf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ arrow-csv = { version = "51.0" }
bit-iter = { version = "1.1.1" }
bigdecimal = { version = "0.4.5", default-features = false, features = ["serde"] }
blake3 = { version = "1.3.3", default-features = false }
blitzar = { version = "3.1.0" }
blitzar = { version = "3.3.0" }
bumpalo = { version = "3.11.0" }
bytemuck = {version = "1.16.3", features = ["derive"]}
byte-slice-cast = { version = "1.2.1", default-features = false }
Expand Down

0 comments on commit be2fbf2

Please sign in to comment.