Skip to content

Commit

Permalink
chore: update rusty-jwt-tools openmls and hashbrown
Browse files Browse the repository at this point in the history
- rusty-jwt-tools and openmls were previously pulling the unmaintained instant crate
- the hashbrown had a broken borsh implementation which was removed in 15.1
  rust-lang/hashbrown#576
  • Loading branch information
typfel committed Dec 16, 2024
1 parent b17f7dc commit 32da8bc
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 85 deletions.
99 changes: 19 additions & 80 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 @@ -53,16 +53,16 @@ x509-cert = "0.2"
zeroize = "1.8"

# our OpenMLS fork
openmls = { git = "https://github.com/wireapp/openmls", rev = "6d2f5a2046fc12aca602af207e650b94848f09ff", version = "1" }
openmls_traits = { git = "https://github.com/wireapp/openmls", rev = "6d2f5a2046fc12aca602af207e650b94848f09ff", version = "0.2" }
openmls_basic_credential = { git = "https://github.com/wireapp/openmls", rev = "6d2f5a2046fc12aca602af207e650b94848f09ff", version = "0.2" }
openmls_x509_credential = { git = "https://github.com/wireapp/openmls", rev = "6d2f5a2046fc12aca602af207e650b94848f09ff", version = "0.2" }
openmls = { git = "https://github.com/wireapp/openmls", rev = "54ee2f6a8a149a2a864a57fa83a616c03263ca61", version = "1" }
openmls_traits = { git = "https://github.com/wireapp/openmls", rev = "54ee2f6a8a149a2a864a57fa83a616c03263ca61", version = "0.2" }
openmls_basic_credential = { git = "https://github.com/wireapp/openmls", rev = "54ee2f6a8a149a2a864a57fa83a616c03263ca61", version = "0.2" }
openmls_x509_credential = { git = "https://github.com/wireapp/openmls", rev = "54ee2f6a8a149a2a864a57fa83a616c03263ca61", version = "0.2" }

# proteus
proteus-traits = { git = "https://github.com/wireapp/proteus", tag = "v2.1.1" }
proteus-wasm = { git = "https://github.com/wireapp/proteus", tag = "v2.1.1" }

wire-e2e-identity = { git = "https://github.com/wireapp/rusty-jwt-tools", tag = "v0.11.0" }
wire-e2e-identity = { git = "https://github.com/wireapp/rusty-jwt-tools", rev = "92184e19f9bf0c6c52e748f45298a690e5c006be" }

[profile.release]
lto = true
Expand Down

0 comments on commit 32da8bc

Please sign in to comment.