Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [
"json",
"rustls-tls",
] }
mostro-core = "0.13.0"
mostro-core = "0.14.1"
lnurl-rs = { version = "0.9.0", default-features = false, features = ["ureq"] }
pretty_env_logger = "0.5.0"
sqlx = { version = "0.8.6", features = ["sqlite", "runtime-tokio-rustls"] }
Expand Down
3 changes: 3 additions & 0 deletions src/util/messaging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,9 @@ mod tests {
// our WrapOptions knobs (signed, pow) reach the outer event.

#[test]
// Transport::GiftWrap is deprecated upstream (mostro/#786) but the CLI
// keeps the v1 fallback until mostrod v0.19.0 removes the path.
#[allow(deprecated)]
fn transport_from_str_maps_to_event_kind() {
// The CLI resolves `TRANSPORT` via Transport::from_str and subscribes
// on `event_kind()`. Lock down the mapping the receive/send paths rely
Expand Down
Loading