diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index b32108326e3..cd71b6f37e0 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm @@ -3281,7 +3281,7 @@ runs a command whenever it detects modifications.") (define-public rbw (package (name "rbw") - (version "1.9.0") + (version "1.10.2") (outputs '("out" "scripts")) (source (origin @@ -3289,7 +3289,7 @@ runs a command whenever it detects modifications.") (uri (crate-uri "rbw" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0rlp55kcac9k0rz1zfhyslkfgsim1ka6bkllfzqrayvdfyxqq51i")) + (base32 "0dr0fv2iligj0svwk1d3lrx37s0g75lk8qwsg90dpfy5bn92hh3d")) (modules '((guix build utils))) (snippet '(begin (substitute* "Cargo.toml" @@ -3305,7 +3305,7 @@ runs a command whenever it detects modifications.") ("rust-arrayvec" ,rust-arrayvec-0.7) ("rust-async-trait" ,rust-async-trait-0.1) ("rust-base32" ,rust-base32-0.4) - ("rust-base64" ,rust-base64-0.21) + ("rust-base64" ,rust-base64-0.22) ("rust-block-padding" ,rust-block-padding-0.3) ("rust-cbc" ,rust-cbc-0.1) ("rust-clap" ,rust-clap-4) @@ -3313,7 +3313,7 @@ runs a command whenever it detects modifications.") ("rust-copypasta" ,rust-copypasta-0.10) ("rust-daemonize" ,rust-daemonize-0.5) ("rust-directories" ,rust-directories-5) - ("rust-env-logger" ,rust-env-logger-0.10) + ("rust-env-logger" ,rust-env-logger-0.11) ("rust-futures" ,rust-futures-0.3) ("rust-futures-channel" ,rust-futures-channel-0.3) ("rust-futures-util" ,rust-futures-util-0.3) @@ -3323,13 +3323,13 @@ runs a command whenever it detects modifications.") ("rust-is-terminal" ,rust-is-terminal-0.4) ("rust-libc" ,rust-libc-0.2) ("rust-log" ,rust-log-0.4) - ("rust-nix" ,rust-nix-0.26) + ("rust-nix" ,rust-nix-0.28) ("rust-pbkdf2" ,rust-pbkdf2-0.12) ("rust-percent-encoding" ,rust-percent-encoding-2) ("rust-pkcs8" ,rust-pkcs8-0.10) ("rust-rand" ,rust-rand-0.8) ("rust-region" ,rust-region-3) - ("rust-reqwest" ,rust-reqwest-0.11) + ("rust-reqwest" ,rust-reqwest-0.12) ("rust-rmpv" ,rust-rmpv-1) ("rust-rsa" ,rust-rsa-0.9) ("rust-serde" ,rust-serde-1) @@ -3344,7 +3344,7 @@ runs a command whenever it detects modifications.") ("rust-thiserror" ,rust-thiserror-1) ("rust-tokio" ,rust-tokio-1) ("rust-tokio-stream" ,rust-tokio-stream-0.1) - ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.20) + ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.21) ("rust-totp-lite" ,rust-totp-lite-2) ("rust-url" ,rust-url-2) ("rust-uuid" ,rust-uuid-1)