From 8199a7bcfc1540c985135dc1481be27e67d4f9e7 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 2 May 2022 01:21:52 +0000 Subject: [PATCH] age-plugin 0.3 --- Cargo.lock | 10 ++++++---- Cargo.toml | 8 ++------ 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ba00bc..faa0010 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,8 +19,9 @@ dependencies = [ [[package]] name = "age-core" -version = "0.7.1" -source = "git+https://github.com/str4d/rage.git?rev=fdb518c6d802a3618b47d959d56af6e60c668627#fdb518c6d802a3618b47d959d56af6e60c668627" +version = "0.8.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "00a5c8d8a33abc74ad393896a6305351dd159d0e184788f4729e3c80e397fa45" dependencies = [ "base64", "chacha20poly1305", @@ -36,8 +37,9 @@ dependencies = [ [[package]] name = "age-plugin" -version = "0.2.1" -source = "git+https://github.com/str4d/rage.git?rev=fdb518c6d802a3618b47d959d56af6e60c668627#fdb518c6d802a3618b47d959d56af6e60c668627" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ad6dc325516aa4b1e06a858dcfa9c5c962d02fb801331f23214d21abd9e2346b" dependencies = [ "age-core", "base64", diff --git a/Cargo.toml b/Cargo.toml index 0858976..00a07c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,8 +22,8 @@ assets = [ ] [dependencies] -age-core = "0.7" -age-plugin = "0.2" +age-core = "0.8" +age-plugin = "0.3" base64 = "0.13" bech32 = "0.8" console = { version = "0.15", default-features = false } @@ -50,7 +50,3 @@ rust-embed = "6" [dev-dependencies] flate2 = "1" man = "0.3" - -[patch.crates-io] -age-core = { git = "https://github.com/str4d/rage.git", rev = "fdb518c6d802a3618b47d959d56af6e60c668627" } -age-plugin = { git = "https://github.com/str4d/rage.git", rev = "fdb518c6d802a3618b47d959d56af6e60c668627" }