Commit graph

88 commits

Author SHA1 Message Date
Jack Grigg
d35d442f91 v0.11.0 2024-11-03 10:42:17 +00:00
Jack Grigg
25e050362c fuzz: Fix targets 2024-11-03 10:41:22 +00:00
Jack Grigg
93fa28ad78 Migrate to secrecy 0.10 2024-11-03 05:38:51 +00:00
Jack Grigg
a59f0479d0 cargo update 2024-11-03 04:41:41 +00:00
Jack Grigg
d4eb811ef9 fuzz: Update lockfiles for fuzzers 2024-07-29 02:18:19 +00:00
Jack Grigg
e833cd19e4 v0.10.0 2024-02-04 22:33:22 +00:00
Jack Grigg
51bcf4f4d4 Update lockfiles for fuzzers 2024-01-03 03:04:56 +00:00
Jack Grigg
1307b2bdad cargo update again 2023-08-06 15:06:12 +00:00
Jack Grigg
e3bb209dfa scrypt 0.11, bcrypt-pbkdf2 0.11 2023-08-06 15:06:12 +00:00
Jack Grigg
5c67ec2180 Migrate to base64 0.21 2023-08-06 15:06:12 +00:00
Jack Grigg
4e5e0eeb34 cargo update 2023-08-06 15:06:12 +00:00
Jack Grigg
5b2ade12a4 Migrate to workspace inheritance 2023-08-06 15:06:12 +00:00
Jack Grigg
8f4a0f40ea v0.9.2 2023-06-12 19:50:05 +00:00
Jack Grigg
cd5a2dc5a0 cargo update 2023-06-12 14:01:06 +00:00
Jack Grigg
7ef416aaa3 age: Add Decryptor::new_buffered
This is significantly more efficient than `Decryptor::new` at parsing
headers, due to avoiding repeated short reads.
2023-03-25 00:05:56 +00:00
Jack Grigg
a291796b5b v0.9.1 2023-03-24 22:18:30 +09:00
Jack Grigg
89e699d387 cargo update 2023-03-24 22:14:24 +09:00
Jack Grigg
ec025bea2a v0.9.0 2022-10-27 02:28:43 +00:00
Jack Grigg
596877debb age: bcrypt-pbkdf 0.9 and scrypt 0.10 2022-10-26 08:19:49 +00:00
Jack Grigg
c09af4f3b8 cargo update 2022-10-26 08:08:00 +00:00
Jack Grigg
00f9b06324 fuzz: Update lockfiles for fuzzers 2022-09-03 16:14:28 +00:00
Jack Grigg
0787472339 v0.8.0 2022-05-02 00:47:18 +00:00
Jack Grigg
a0c7247e50 Downgrade to dashmap 5.2.0
`dashmap 5.3.0` bumps its MSRV to 1.59.0.
2022-04-30 13:16:19 +00:00
Jack Grigg
b1882243e0 cargo update 2022-04-30 13:13:14 +00:00
Jack Grigg
3872563814 Add helper environment variable for debugging plugins
Setting the `AGEDEBUG` environment variable to `plugin` will cause all
plugin communications, as well as the plugin's stderr, to be printed to
the stderr of the parent process (e.g. rage).
2021-12-28 00:26:38 +00:00
Jack Grigg
ed63c41eb1 Migrate to hkdf 0.12
We need to depend on two versions of the `sha2` crate because `rsa`
doesn't have a version depending on `digest 0.10` yet.
2021-12-27 15:26:38 +00:00
Jack Grigg
7a2ff3ad4f v0.7.1 2021-12-27 00:30:42 +00:00
Jack Grigg
81f91581bf fuzz: Update fuzzer targets for recent changes 2021-12-23 17:01:46 +00:00
Jack Grigg
4c79db3fe0 v0.7.0 2021-10-18 17:52:37 +01:00
Jack Grigg
3e5c7fa85d cargo update fuzz* 2021-10-18 17:52:37 +01:00
Jack Grigg
8507fbc39c Update lockfiles for fuzzers 2021-10-18 17:52:37 +01:00
Jack Grigg
d332c31437 chacha20poly1305 0.9
We switch from the c2-chacha crate to the chacha20 crate, as the latter
is now close to equivalent performance (equivalent when compiled with
`RUSTFLAGS="-Ctarget-feature=+avx2"`), and is no longer optional
upstream.
2021-08-29 18:26:12 +01:00
Jack Grigg
8f4169340c cargo update again 2021-08-28 14:02:40 +01:00
Jack Grigg
34aaf4e6ef scrypt 0.8 and bcrypt-pbkdf 0.7 2021-08-28 14:02:06 +01:00
Jack Grigg
c6d11883ec i18n-embed 0.13 2021-08-28 14:01:52 +01:00
Jack Grigg
12749521f0 nom 7 and pinentry 0.5 2021-08-28 14:01:32 +01:00
Jack Grigg
c6e4202845 cargo update
Excludes clap 3.0.0-beta.4 which appears broken.
2021-08-28 14:01:03 +01:00
Jack Grigg
bfb0e0e021 rand 0.8 and rsa 0.5
rand 0.7 is kept as a dependency of age due to x25519-dalek 1.*.
2021-08-07 07:35:08 +01:00
Jack Grigg
3cca6a03cc secrecy 0.8 2021-08-07 07:34:41 +01:00
Jack Grigg
cb90a4a343 cargo update 2021-08-07 07:33:34 +01:00
Jack Grigg
5c0fa248fe cargo update 2021-05-14 20:29:41 +01:00
Jack Grigg
a208150631 v0.6.0 2021-05-02 12:50:41 +12:00
Jack Grigg
cffb64622e Bump KDF dependencies 2021-05-02 11:20:16 +12:00
Jack Grigg
2b66810e84 cargo update fuzzers 2021-05-02 11:06:21 +12:00
Jack Grigg
e837506a7f Merge branch 'release-0.5.1' into main 2021-02-13 17:51:33 +00:00
Jack Grigg
19284206c0 v0.5.1 2021-02-13 17:15:38 +00:00
Jack Grigg
4d2c2e0c58 Require i18n-embed 0.10.2
Includes a workaround for https://github.com/kellpossible/cargo-i18n/issues/57.
2021-02-13 17:10:09 +00:00
Jack Grigg
31320c9f97 i18n-embed-fl 0.3
Fixes an issue where `cargo update` breaks builds (due to how
i18n-embed-fl 0.2 was not pinning its pre-release dashmap dependency).
2021-02-13 17:09:59 +00:00
Jack Grigg
2f902ae05f nom 6 2021-01-12 13:38:40 +00:00
Jack Grigg
0e860a672a base64 0.13 2021-01-12 13:38:40 +00:00