File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " mongocrypt-sys"
33description = " FFI bindings to libmongocrypt"
4- version = " 0.1.3 +1.11 .0"
4+ version = " 0.1.4 +1.12 .0"
55edition = " 2021"
66license = " Apache-2.0"
77authors = [
Original file line number Diff line number Diff line change 11[package ]
22name = " mongocrypt"
33description = " Rust-idiomatic wrapper around mongocrypt-sys"
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55edition = " 2021"
66license = " Apache-2.0"
77authors = [
@@ -18,8 +18,8 @@ repository = "https://github.com/mongodb/libmongocrypt-rust"
1818compile_fail = []
1919
2020[dependencies ]
21- mongocrypt-sys = { path = " ../mongocrypt-sys" , version = " 0.1.3 " }
22- bson = { git = " https://github.com/mongodb/bson-rust" , branch = " main" , version = " 2.11 .0" }
21+ mongocrypt-sys = { path = " ../mongocrypt-sys" , version = " 0.1.4 " }
22+ bson = { git = " https://github.com/mongodb/bson-rust" , branch = " main" , version = " 2.13 .0" }
2323serde = " 1.0.125"
2424once_cell = " 1.17.0"
2525
You can’t perform that action at this time.
0 commit comments