Skip to content

Commit

Permalink
Remove openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Aug 14, 2024
1 parent 27bbe94 commit 7fa203b
Show file tree
Hide file tree
Showing 2 changed files with 117 additions and 6 deletions.
119 changes: 115 additions & 4 deletions native/siwe_native/Cargo.lock

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

4 changes: 2 additions & 2 deletions native/siwe_native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
alloy = { version = "0.2", features = ["providers"] }
alloy = { version = "0.2", features = ["providers", "reqwest-rustls-tls"] }
http = "1.0.0"
iri-string = { version = "0.7", features = ["serde"] }
once_cell = "1.19.0"
rustler = "0.34"
siwe = { git = "https://github.com/royal-markets/siwe-rs", features = ["alloy"], ref = "a082d32" }
siwe = { git = "https://github.com/royal-markets/siwe-rs", features = ["alloy"], branch = "remove-openssl" }
time = { version = "0.3", features = ["parsing", "formatting"] }
tokio = { version = "1.39.1", features = ["rt-multi-thread"] }

0 comments on commit 7fa203b

Please sign in to comment.