Skip to content

Commit

Permalink
Pin cbor4ii to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski authored Oct 31, 2023
1 parent f6202bb commit ca172f2
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 @@ -59,7 +59,7 @@ bson = { version = "2.6.0", git = "https://github.com/djkoloski/bson-rust", bran
bytecheck = { version = "0.6.10", optional = true }
bytemuck = { version = "1.13.1", optional = true }
capnp = { version = "0.16.1", optional = true }
cbor4ii = { version = "0.3", features = [ "use_std", "serde1" ], optional = true }
cbor4ii = { version = "0.3.1", features = [ "use_std", "serde1" ], optional = true }
ciborium = { version = "0.2.0", optional = true }
criterion = "0.5"
dlhn = { version = "0.1.4", optional = true }
Expand Down

0 comments on commit ca172f2

Please sign in to comment.