Skip to content

Commit

Permalink
Merge pull request #67 from Asone/dependabot/cargo/tungstenite-0.20.1
Browse files Browse the repository at this point in the history
chore(deps): bump tungstenite from 0.20.0 to 0.20.1
  • Loading branch information
Asone authored Sep 30, 2023
2 parents 1391c2e + 61df66a commit 2477b50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion nostrss-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ serde = "1.0.183"
serde_json = "1.0.105"
tokio = { version = "1.32.0", features = ["full"] }
nostr-sdk = "0.24.0"
tungstenite = { version = "0.20.0", features = ["rustls-tls-webpki-roots"]}
tungstenite = { version = "0.20.1", features = ["rustls-tls-webpki-roots"]}
clap = { version = "4.3.5", features = ["derive"] }
tokio-cron-scheduler = "0.9.4"
reqwest = "0.11.18"
Expand Down

0 comments on commit 2477b50

Please sign in to comment.