Skip to content

Commit

Permalink
feat: wss enabled for sdk (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-affinidi authored Sep 12, 2024
1 parent 229325a commit 9d951fa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.1.7"
version = "0.1.8"
edition = "2021"
authors = ["Glenn Gore <[email protected]>"]
description = "Affinidi DID Resolver"
Expand Down Expand Up @@ -47,7 +47,7 @@ tower-http = { version = "0.5", features = ["cors", "trace"] }

# Cache Client (SDK)
futures-util = "0.3"
tokio-tungstenite = "0.23"
tokio-tungstenite = { version = "0.23", features = ["native-tls"] }
rayon = "1.10"
num-format = "0.4.4"
clap = { version = "4.5", features = ["derive"] }
Expand Down

0 comments on commit 9d951fa

Please sign in to comment.