Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marta Mularczyk committed Nov 28, 2024
1 parent 1b60655 commit f2c0bf9
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion mls-rs-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-core"
version = "0.20.0"
version = "0.20.1"
edition = "2021"
description = "Core components and traits for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand Down
4 changes: 2 additions & 2 deletions mls-rs-crypto-awslc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ aws-lc-rs = { version = "=1.11.1", default-features = false, features = ["alloc"
aws-lc-sys = { version = "=0.23.1", optional = true }
aws-lc-fips-sys = { version = "=0.12.15", optional = true }
mls-rs-core = { path = "../mls-rs-core", version = "0.20.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.11.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.12.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", version = "0.12.0" }
mls-rs-identity-x509 = { path = "../mls-rs-identity-x509", version = "0.13.0" }
thiserror = "1.0.40"
Expand All @@ -29,7 +29,7 @@ maybe-async = "0.2.10"
[dev-dependencies]
assert_matches = "1.5.0"
mls-rs-core = { path = "../mls-rs-core", version = "0.20.0", features = ["test_suite"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.11.0", features = ["test_utils"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.12.0", features = ["test_utils"] }
futures-test = "0.3.25"
serde = { version = "1.0", features = ["derive"] }
hex = { version = "0.4", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-crypto-hpke/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-hpke"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "HPKE implementation based on mls-rs-crypto-traits used by mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand Down
6 changes: 3 additions & 3 deletions mls-rs-crypto-openssl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-openssl"
version = "0.11.0"
version = "0.12.0"
edition = "2021"
description = "OpenSSL based CryptoProvider for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand All @@ -16,7 +16,7 @@ default = ["x509"]
openssl = { version = "0.10.40" }
mls-rs-core = { path = "../mls-rs-core", version = "0.20.0" }
mls-rs-identity-x509 = { path = "../mls-rs-identity-x509", optional = true, version = "0.13.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.11.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.12.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", version = "0.12.0" }
thiserror = "1.0.40"
zeroize = { version = "1", features = ["zeroize_derive"] }
Expand All @@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
assert_matches = "1.5.0"
mls-rs-core = { path = "../mls-rs-core", version = "0.20.0", features = ["test_suite"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.11.0", features = ["test_utils"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", version = "0.12.0", features = ["test_utils"] }

[target.'cfg(mls_build_async)'.dependencies]
async-trait = "0.1.74"
Expand Down
6 changes: 3 additions & 3 deletions mls-rs-crypto-rustcrypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-rustcrypto"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
description = "RustCrypto based CryptoProvider for mls-rs"
homepage = "https://github.com/awslabs/mls-rs"
Expand Down Expand Up @@ -30,7 +30,7 @@ std = [

[dependencies]
mls-rs-core = { path = "../mls-rs-core", default-features = false, version = "0.20.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, version = "0.11.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, version = "0.12.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", default-features = false, version = "0.12.0" }

thiserror = { version = "1.0.40", optional = true }
Expand Down Expand Up @@ -71,7 +71,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "^1.0" }
assert_matches = "1.5.0"
mls-rs-core = { path = "../mls-rs-core", version = "0.20.0", features = ["test_suite"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, version = "0.11.0", features = ["test_utils"] }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, version = "0.12.0", features = ["test_utils"] }

[target.'cfg(mls_build_async)'.dependencies]
async-trait = "0.1.74"
Expand Down
4 changes: 2 additions & 2 deletions mls-rs-crypto-webcrypto/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mls-rs-crypto-webcrypto"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
description = "SubtleCrypto based CryptoProvider for supporting mls-rs in a browser"
homepage = "https://github.com/awslabs/mls-rs"
Expand All @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"

[dependencies]
mls-rs-core = { path = "../mls-rs-core", default-features = false, features = ["std"], version = "0.20.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, features = ["std"], version = "0.11.0" }
mls-rs-crypto-hpke = { path = "../mls-rs-crypto-hpke", default-features = false, features = ["std"], version = "0.12.0" }
mls-rs-crypto-traits = { path = "../mls-rs-crypto-traits", default-features = false, features = ["std"], version = "0.12.0" }
thiserror = "1.0.40"
zeroize = { version = "1", features = ["zeroize_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x509 = ["mls-rs-identity-x509"]

[dependencies]
mls-rs = { path = "../mls-rs", version = "0.43.0", features = ["ffi"] }
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", version = "0.11.0", optional = true }
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", version = "0.12.0", optional = true }
mls-rs-identity-x509 = { path = "../mls-rs-identity-x509", version = "0.13.0", optional = true }
mls-rs-provider-sqlite = { path = "../mls-rs-provider-sqlite", version = "0.13.1", default-features = false, optional = true }
safer-ffi = { version = "0.1.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion mls-rs-uniffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async-trait = "0.1.77"
maybe-async = "0.2.10"
mls-rs = { version = "0.43.0", path = "../mls-rs" }
mls-rs-core = { version = "0.20.0", path = "../mls-rs-core" }
mls-rs-crypto-openssl = { version = "0.11.0", path = "../mls-rs-crypto-openssl" }
mls-rs-crypto-openssl = { version = "0.12.0", path = "../mls-rs-crypto-openssl" }
thiserror = "1.0.57"
uniffi = { git = "https://github.com/mozilla/uniffi-rs/", rev = "eeb785c", version = "0.27.0" }

Expand Down
6 changes: 3 additions & 3 deletions mls-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ maybe-async = { version = "0.2.10" }

# Optional dependencies
mls-rs-provider-sqlite = { path = "../mls-rs-provider-sqlite", version = "0.13.0", default-features = false, optional = true }
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", optional = true, version = "0.11.0" }
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", optional = true, version = "0.12.0" }
# TODO: https://github.com/GoogleChromeLabs/wasm-bindgen-rayon
rayon = { version = "1", optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
Expand Down Expand Up @@ -106,11 +106,11 @@ rand_core = { version = "0.6", default-features = false, features = ["alloc"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = { version = "0.3.26", default-features = false }
mls-rs-crypto-webcrypto = { path = "../mls-rs-crypto-webcrypto", version = "0.6.0" }
mls-rs-crypto-webcrypto = { path = "../mls-rs-crypto-webcrypto", version = "0.7.0" }
criterion = { version = "0.5.1", default-features = false, features = ["plotters", "cargo_bench_support", "async_futures", "html_reports"] }

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", version = "0.11.0"}
mls-rs-crypto-openssl = { path = "../mls-rs-crypto-openssl", version = "0.12.0"}
criterion = { version = "0.5.1", features = ["async_futures", "html_reports"] }

[lints.rust]
Expand Down
4 changes: 2 additions & 2 deletions mls-rs/test_harness_integration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ by_ref_proposal = [ "mls-rs/by_ref_proposal" ]
default = ["tree_index", "private_message", "prior_epoch", "out_of_order", "psk", "custom_proposal", "by_ref_proposal"]

[target.'cfg(target_arch = "wasm32")'.dependencies]
mls-rs-crypto-rustcrypto = { path = "../../mls-rs-crypto-rustcrypto", features = ["browser"], version = "0.12.0" }
mls-rs-crypto-rustcrypto = { path = "../../mls-rs-crypto-rustcrypto", features = ["browser"], version = "0.13.0" }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
mls-rs-crypto-openssl = { path = "../../mls-rs-crypto-openssl", version = "0.11.0"}
mls-rs-crypto-openssl = { path = "../../mls-rs-crypto-openssl", version = "0.12.0"}

[build-dependencies]
tonic-build = "0.10.2"

0 comments on commit f2c0bf9

Please sign in to comment.