Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | ref: Bump dependencies |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
da7d64d77d4b82bfe02b6343161266c2 |
User & Date: | carlos 2023-09-23 09:45:38 |
Context
2023-09-23
| ||
12:01 | nit(core): Reduce logging for duplicate powpub events check-in: 79e5253ad0 user: carlos tags: trunk | |
09:45 | ref: Bump dependencies check-in: da7d64d77d user: carlos tags: trunk | |
06:30 | ref: Bump dependencies check-in: 8910740ab9 user: carlos tags: trunk | |
Changes
Changes to Cargo.lock.
︙ | ︙ | |||
3184 3185 3186 3187 3188 3189 3190 | "flate2", "miniz_oxide", ] [[package]] name = "powpub" version = "0.1.4-SNAPSHOT" | | | 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 | "flate2", "miniz_oxide", ] [[package]] name = "powpub" version = "0.1.4-SNAPSHOT" source = "git+https://oak-node.net/cgit/powpub.git?rev=1a82c6ea2daa04ac8d728457cd0ce6ff9169fe5b#1a82c6ea2daa04ac8d728457cd0ce6ff9169fe5b" dependencies = [ "anyhow", "async-trait", "base64 0.20.0", "bech32", "cfg_aliases", "env_logger", |
︙ | ︙ |
Changes to Cargo.toml.
︙ | ︙ | |||
16 17 18 19 20 21 22 | lightning-invoice = "*" ln-sdk = { git = "https://oak-node.net/cgit/ln-sdk.git", rev = "8a0594cd359fca13bda40ae59199f3bc2b743edb", features = [ "client-lnd", "utoipa" ] } log = "*" log4rs = "*" qrcode-generator = "*" nostr = { git = "https://github.com/rust-nostr/nostr", default-features = false, features = ["nip04", "nip05", "nip47"], tag = "v0.24.0" } nostr-sdk = { git = "https://github.com/rust-nostr/nostr", default-features = false, tag = "v0.24.0" } | | | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | lightning-invoice = "*" ln-sdk = { git = "https://oak-node.net/cgit/ln-sdk.git", rev = "8a0594cd359fca13bda40ae59199f3bc2b743edb", features = [ "client-lnd", "utoipa" ] } log = "*" log4rs = "*" qrcode-generator = "*" nostr = { git = "https://github.com/rust-nostr/nostr", default-features = false, features = ["nip04", "nip05", "nip47"], tag = "v0.24.0" } nostr-sdk = { git = "https://github.com/rust-nostr/nostr", default-features = false, tag = "v0.24.0" } powpub = { git = "https://oak-node.net/cgit/powpub.git", rev = "1a82c6ea2daa04ac8d728457cd0ce6ff9169fe5b", features = [ "client-lnd", "utoipa" ] } reqwest = { version = "*", default-features = false, features = ["json", "native-tls", "socks"] } rocket = { version = "0.5.0-rc.3", features = ["json"] } rocket_db_pools = { version = "0.1.0-rc.3", features = ["sqlx_sqlite"] } rocket_dyn_templates = { version = "0.1.0-rc.3", features = ["tera"] } serde = "*" serde_json = "*" serde_with = "*" |
︙ | ︙ |