X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/407a20d4bbca21ffbc250b687b36428f72899ba4..a96626c4685cfaf589deea45ff2d46e5d6883f3c:/client/Cargo.toml diff --git a/client/Cargo.toml b/client/Cargo.toml index c435149f..aff9ede4 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -1,18 +1,17 @@ [package] name = "signal-cli-client" version = "0.0.1" -edition = "2021" +edition = "2024" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1" clap = { version = "4", features = ["cargo", "derive", "wrap_help"] } -log = "0.4" serde = "1" serde_json = "1" tokio = { version = "1", features = ["rt", "macros", "net", "rt-multi-thread"] } -jsonrpsee = { version = "0.24", features = [ +jsonrpsee = { version = "0.25", features = [ "macros", "async-client", "http-client",