Skip to content

Commit

Permalink
fix rarted deps bugs
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <[email protected]>
  • Loading branch information
niteshbalusu11 committed Sep 29, 2023
1 parent d19f5cf commit bfd422c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ edition = "2021"

[dependencies]
bech32 = "0.9.1"
chrono = "0.4.31"
chrono = "0.4.23"
dotenv = "0.15.0"
hex = "0.4.3"
hyper = "0.14.27"
hyper = "0.14.24"
lnd_grpc_rust = "2.3.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sha2 = "0.10.8"
serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"
sha2 = "0.10.6"
tokio = "1.25.0"
urlencoding = "2.1.3"
urlencoding = "2.1.2"
tungstenite = "0.18"
tokio-tungstenite = { version = "0.18.0", features = ["native-tls"] }
futures-util = "0.3.28"
futures = "0.3.28"
rusted-nostr-tools = "0.1.3"
futures-util = "0.3.26"
futures = "0.3.27"
rusted-nostr-tools = "0.1.3"

0 comments on commit bfd422c

Please sign in to comment.