From e37314355e321d9db95d15b455e4a46343d4bd3e Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 8 Nov 2022 13:53:01 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c570fa2..9906982 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -279,7 +279,7 @@ checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" [[package]] name = "ap-relay" -version = "0.3.33" +version = "0.3.34" dependencies = [ "activitystreams", "activitystreams-ext", @@ -594,9 +594,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.74" +version = "1.0.75" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574" +checksum = "41ca34107f97baef6cfb231b32f36115781856b8f8208e8c580e0bcaea374842" [[package]] name = "cfg-if" diff --git a/Cargo.toml b/Cargo.toml index 4e4cce9..bda38f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.33" +version = "0.3.34" authors = ["asonix "] license = "AGPL-3.0" readme = "README.md"