Skip to content

Commit

Permalink
fix dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Nitesh Balusu <84944042+niteshbalusu11@users.noreply.github.com>
  • Loading branch information
niteshbalusu11 committed Sep 29, 2023
1 parent ae81d51 commit 827641d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 54 deletions.
55 changes: 9 additions & 46 deletions Cargo.lock

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

10 changes: 3 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,10 @@ lnd_grpc_rust = "2.3.0"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
sha2 = "0.10.8"
tokio = "1.32.0"
tokio = "1.25.0"
urlencoding = "2.1.3"
tungstenite = "0.20.1"
tokio-tungstenite = { version = "0.20.1", features = ["native-tls"] }
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"

[profile.release]
lto = true
codegen-units = 1
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First stage: Build the Rust application
FROM rust:1.68.2 AS builder
FROM rust:1.72.1 AS builder

# Install system dependencies
RUN apt-get update && \
Expand Down

0 comments on commit 827641d

Please sign in to comment.