From cc7cafd46c4d2b6208b9fc5d4995f3329238572f Mon Sep 17 00:00:00 2001 From: varjolintu Date: Sat, 5 Apr 2025 08:46:37 +0300 Subject: [PATCH] Release 0.21 --- Cargo.lock | 10 +++++----- Cargo.toml | 4 ++-- README.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7a862ad..273551d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" [[package]] name = "bitflags" -version = "2.8.0" +version = "2.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" +checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd" [[package]] name = "byteorder" @@ -34,7 +34,7 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" [[package]] name = "keepassxc-proxy" -version = "0.2.0" +version = "0.2.1" dependencies = [ "byteorder", "named_pipe", @@ -53,9 +53,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.169" +version = "0.2.171" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" +checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6" [[package]] name = "memoffset" diff --git a/Cargo.toml b/Cargo.toml index 025dbe7..aaf3e24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "keepassxc-proxy" -version = "0.2.0" -authors = ["varjolintu "] +version = "0.2.1" +authors = ["varjolintu "] keywords = ["native", "messaging", "host", "protocol", "keepassxc"] license = "GPL-3.0" repository = "https://github.com/varjolintu/keepassxc-proxy-rust" diff --git a/README.md b/README.md index b134893..1358991 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ RUSTFLAGS='-C link-arg=-s' cargo build --release --target x86_64-unknown-linux-m ## Copyright ``` -Copyright (C) 2017-2022 Sami Vänttinen +Copyright (C) 2017-2025 Sami Vänttinen Copyright (C) 2017-2018 Andy Brandt This program is free software: you can redistribute it and/or modify