From b01908c12af958726347018bcdc952751f8c8e17 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 16 Jul 2025 09:32:23 +0100 Subject: chore: cargo upgrade command available after `cargo install cargo-edit` and it bumps packages with no-breaking changes in Cargo.toml --- Cargo.toml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 41353c6..4311dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,37 +12,37 @@ keywords = ["nostr", "git"] categories = ["command-line-utilities","development-tools"] [dependencies] -anyhow = "1.0.75" -async-trait = "0.1.73" -auth-git2 = "0.5.4" +anyhow = "1.0.98" +async-trait = "0.1.88" +auth-git2 = "0.5.8" chacha20poly1305 = "0.10.1" -clap = { version = "4.3.19", features = ["derive"] } -console = "0.15.7" +clap = { version = "4.5.41", features = ["derive"] } +console = "0.15.11" dialoguer = "0.11.0" directories = "6.0.0" -futures = "0.3.28" +futures = "0.3.31" git2 = "0.20.2" -indicatif = "0.17.7" +indicatif = "0.17.11" nostr = { version = "0.41.0", features = ["nip05", "nip49"] } nostr-connect = "0.41.0" nostr-database = "0.41.0" nostr-lmdb = "0.41.0" nostr-relay-pool = "0.41.0" nostr-sdk = "0.41.0" -passwords = "3.1.13" +passwords = "3.1.16" qrcode = { version = "0.14.1", default-features = false } scrypt = "0.11.0" -serde = { version = "1.0.181", features = ["derive"] } -serde_json = "1.0.105" -serde_yaml = "0.9.27" -tokio = { version = "1.40.0", features = ["full"] } +serde = { version = "1.0.219", features = ["derive"] } +serde_json = "1.0.140" +serde_yaml = "0.9.34" +tokio = { version = "1.46.1", features = ["full"] } urlencoding = "2.1.3" -zeroize = "1.6.0" +zeroize = "1.8.1" [dev-dependencies] -assert_cmd = "2.0.12" +assert_cmd = "2.0.17" mockall = "0.13.1" -once_cell = "1.18.0" +once_cell = "1.21.3" serial_test = "3.2.0" test_utils = { path = "test_utils" } @@ -69,4 +69,4 @@ path = "src/bin/git_remote_nostr/main.rs" [profile.release] lto = true -strip = "symbols" \ No newline at end of file +strip = "symbols" -- cgit v1.2.3