Skip to content

Commit

Permalink
bump ion-binary-rs (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthwyatt authored May 30, 2024
1 parent 43a4bf3 commit 2d63a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qldb"
version = "3.2.8"
version = "3.2.9"
authors = ["Couragium Solutions <[email protected]>"]
edition = "2021"

Expand All @@ -14,7 +14,7 @@ homepage = "https://crates.io/crates/qldb"
repository = "https://github.com/Couragium/qldb-rs"

[dependencies]
ion-binary-rs = "0.8.12"
ion-binary-rs = "0.8.13"
num-traits = "0.2"
rusoto_qldb_session = { version = "0.48", default_features = false, features = ["rustls", "serialize_structs", "deserialize_structs"] }
rusoto_core = { version = "0.48", default_features = false, features = ["rustls"] }
Expand Down

0 comments on commit 2d63a67

Please sign in to comment.