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 17, 2024
1 parent fc0c056 commit 97cf75b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 89 deletions.
107 changes: 23 additions & 84 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", tag = "v0.12.0" }

[profile.release]
lto = true
Expand Down

0 comments on commit 97cf75b

Please sign in to comment.