Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ lru = "0.18"
mockall = { version = "0.14" }
mockall_double = "0.3.1"
once_cell = "1.21.4"
openmls = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = [
openmls = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = [
"extensions-draft-08",
] }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83" }
openmls_libcrux_crypto = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", features = [
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba" }
openmls_libcrux_crypto = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", features = [
"extensions-draft-08",
] }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", features = [
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba" }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", features = [
"extensions-draft-08",
] }
owo-colors = { version = "4.1" }
Expand Down
20 changes: 10 additions & 10 deletions crates/xmtp-workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
nu-ansi-term = { version = "0.50" }
num-traits = { version = "0.2", features = ["libm"] }
openmls = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["clonable", "test-utils"] }
openmls_memory_storage = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["test-utils"] }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", features = ["extensions-draft-08", "test-utils"] }
openmls = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["clonable", "test-utils"] }
openmls_memory_storage = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["test-utils"] }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", features = ["extensions-draft-08", "test-utils"] }
p256 = { version = "0.13", features = ["ecdh", "jwk"] }
percent-encoding = { version = "2" }
rand-274715c4dabd11b0 = { package = "rand", version = "0.9", features = ["serde"] }
Expand Down Expand Up @@ -154,11 +154,11 @@ log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
nu-ansi-term = { version = "0.50" }
num-traits = { version = "0.2", features = ["libm"] }
openmls = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["clonable", "test-utils"] }
openmls_memory_storage = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", default-features = false, features = ["test-utils"] }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "e125674303a715b00bf133ceba903862304eac83", features = ["extensions-draft-08", "test-utils"] }
openmls = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_basic_credential = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["clonable", "test-utils"] }
openmls_memory_storage = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["extensions-draft-08", "test-utils"] }
openmls_rust_crypto = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", default-features = false, features = ["test-utils"] }
openmls_traits = { git = "https://github.com/xmtp/openmls", rev = "2c8d8aec2ef49f57220504e869c459c27523d2ba", features = ["extensions-draft-08", "test-utils"] }
p256 = { version = "0.13", features = ["ecdh", "jwk"] }
percent-encoding = { version = "2" }
proc-macro2 = { version = "1", features = ["span-locations"] }
Expand Down
Loading