From 32d362201f09ada576889b685b984db6045d7326 Mon Sep 17 00:00:00 2001 From: "Aode (Lion)" Date: Tue, 8 Mar 2022 11:39:00 -0600 Subject: [PATCH] Stable awc --- Cargo.lock | 50 +++++++++++++++++++++++++------------------------- Cargo.toml | 12 +++++------- 2 files changed, 30 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea450c9..108c35e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -56,9 +56,9 @@ dependencies = [ [[package]] name = "actix-http" -version = "3.0.0" +version = "3.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f3fdd63b9cfeaf92eeeece719dabbddddb420a57d3fd171ce1490ecfb7086b1" +checksum = "86f4fb03b18c988b0944792e2538c7c1a4b32d3019214e2a734846e45207743e" dependencies = [ "actix-codec", "actix-rt", @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "actix-webfinger" -version = "0.4.0-beta.5" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abfa8f371f4916b318cf23d1c017b366bb8eb145124b247369a4a99bfbe20904" +checksum = "39e0482fd77efcb3c130597f324e964b8f388c109d7714b10b4d21476d2bc448" dependencies = [ "actix-rt", "actix-web", @@ -289,13 +289,13 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.55" +version = "1.0.56" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" +checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" [[package]] name = "ap-relay" -version = "0.3.19" +version = "0.3.20" dependencies = [ "activitystreams", "activitystreams-ext", @@ -419,9 +419,9 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "awc" -version = "3.0.0-beta.21" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d91ad5074d7d2d8be6ef74d4ecb79c0f4d5f58bdc7ec896d5fbaa9f2fb9bfa5e" +checksum = "65c60c44fbf3c8cee365e86b97d706e513b733c4eeb16437b45b88d2fffe889a" dependencies = [ "actix-codec", "actix-http", @@ -1181,9 +1181,9 @@ dependencies = [ [[package]] name = "http-signature-normalization-actix" -version = "0.6.0-beta.6" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c9085c2915ee253d6cfc00a67de0dab8f43b37b2da1674a0b196740c54513d3" +checksum = "9885b9377e3a86d3197c73f87576a158f493df4db65c2178800e3b42be48701a" dependencies = [ "actix-http", "actix-rt", @@ -1399,9 +1399,9 @@ dependencies = [ [[package]] name = "lru" -version = "0.7.2" +version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274353858935c992b13c0ca408752e2121da852d07dec7ce5f108c77dfa14d1f" +checksum = "fcb87f3080f6d1d69e8c564c0fcfde1d7aa8cc451ce40cae89479111f03bc0eb" dependencies = [ "hashbrown 0.11.2", ] @@ -1660,9 +1660,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "opaque-debug" @@ -2140,18 +2140,18 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.10" +version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" +checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" dependencies = [ "bitflags", ] [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", @@ -2427,9 +2427,9 @@ dependencies = [ [[package]] name = "siphasher" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e" +checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" [[package]] name = "slab" @@ -2860,9 +2860,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "245a559f6fafd06e8f4cf7731c408a78623585a737467927b54c1c9813db3774" +checksum = "99bcebac55fba44eadf75a424ee403e756f9165596a613d125876388e5fb4c34" dependencies = [ "actix-web", "pin-project", @@ -2884,9 +2884,9 @@ dependencies = [ [[package]] name = "tracing-awc" -version = "0.1.0-beta.24" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f5a615bd1950747052e9cc354ef0b3823e571b67e83ed43371ea147a1d07059" +checksum = "cdf3ba9e7ac4f2da0b32242809929a7da3d8848fb938647735f521994c5d5083" dependencies = [ "actix-http", "actix-service", diff --git a/Cargo.toml b/Cargo.toml index 4baf805..54a7a7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ap-relay" description = "A simple activitypub relay" -version = "0.3.19" +version = "0.3.20" authors = ["asonix "] license-file = "LICENSE" readme = "README.md" @@ -24,14 +24,12 @@ default = [] anyhow = "1.0" actix-rt = "2.6.0" actix-web = { version = "4.0.1", default-features = false } -actix-webfinger = "0.4.0-beta.5" +actix-webfinger = "0.4.0" activitystreams = "0.7.0-alpha.19" activitystreams-ext = "0.1.0-alpha.2" ammonia = "3.1.0" async-rwlock = "1.3.0" -awc = { version = "3.0.0-beta.21", default-features = false, features = [ - "rustls", -] } +awc = { version = "3.0.0", default-features = false, features = ["rustls"] } base64 = "0.13" config = "0.12.0" console-subscriber = { version = "0.1", optional = true } @@ -52,7 +50,7 @@ sled = "0.34.7" structopt = "0.3.12" thiserror = "1.0" tracing = "0.1" -tracing-awc = "0.1.0-beta.23" +tracing-awc = "0.1.0" tracing-error = "0.2" tracing-futures = "0.2" tracing-log = "0.1" @@ -70,7 +68,7 @@ default-features = false features = ["background-jobs-actix", "error-logging"] [dependencies.http-signature-normalization-actix] -version = "0.6.0-beta.6" +version = "0.6.0" default-features = false features = ["client", "server", "sha-2"]