Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump nostr-sdk from 0.33.0 to 0.34.0
Browse files Browse the repository at this point in the history
Bumps [nostr-sdk](https://github.com/rust-nostr/nostr) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/rust-nostr/nostr/releases)
- [Changelog](https://github.com/rust-nostr/nostr/blob/master/CHANGELOG.md)
- [Commits](rust-nostr/nostr@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: nostr-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Aug 15, 2024
1 parent 86fd1a7 commit 7e9905c
Showing 2 changed files with 22 additions and 78 deletions.
98 changes: 21 additions & 77 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ env_logger = "0.11.5"
futures = "0.3.30"
gcloud-sdk = { version = "0.25.5", features = ["google-pubsub-v1"] }
neo4rs = "0.8.0"
nostr-sdk = "0.33.0"
nostr-sdk = "0.34.0"
rand = { version = "0.8.5", features = ["std"] }
regex = "1.10.6"
serde = { version = "1.0.204", features = ["derive"] }

0 comments on commit 7e9905c

Please sign in to comment.