Skip to content

Commit 503f75d

Browse files
committed
Bump upstream deps to 0.41.0
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 2e3f96e commit 503f75d

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
## Changed
3131

32-
* Bump upstream deps to ce2ba11a
32+
* Bump upstream deps to 0.41.0 (see the [Upstream CHANGELOG] for more details)
3333

3434
## Added
3535

@@ -47,3 +47,5 @@
4747

4848
* Fix `NostrConnect` constructor
4949

50+
<!-- Links -->
51+
[Upstream CHANGELOG]: https://github.com/rust-nostr/nostr/blob/master/CHANGELOG.md

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
console_error_panic_hook = "0.1"
1212
js-sys = "0.3"
13-
nostr-connect = { git = "https://github.com/rust-nostr/nostr", rev = "ce2ba11ab4ed94d2ac9f5eb16f0340a76ae12d54" }
14-
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", rev = "ce2ba11ab4ed94d2ac9f5eb16f0340a76ae12d54", default-features = false, features = ["all-nips", "indexeddb"] }
15-
nwc = { git = "https://github.com/rust-nostr/nostr", rev = "ce2ba11ab4ed94d2ac9f5eb16f0340a76ae12d54" }
13+
nostr-connect = "0.41.0"
14+
nostr-sdk = { version = "0.41.0", default-features = false, features = ["all-nips", "indexeddb"] }
15+
nwc = "0.41.0"
1616
tracing = "0.1"
1717
tracing-subscriber = "0.3"
1818
wasm-bindgen = { version = "0.2", features = ["std"] }

0 commit comments

Comments
 (0)