From c20b3f7f77837f4f6f729baec7f43f28205e9b89 Mon Sep 17 00:00:00 2001 From: asonix Date: Thu, 6 Jun 2019 14:58:42 -0500 Subject: [PATCH] Stable actix --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 90ef38b..a4f0007 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "actix-webfinger" description = "Types and helpers to create and fetch Webfinger resources" -version = "0.2.0-beta.2" +version = "0.2.0" license = "GPL-3.0" authors = ["asonix "] repository = "https://git.asonix.dog/Aardwolf/actix-webfinger" @@ -9,9 +9,9 @@ readme = "README.md" edition = "2018" [dependencies] -actix-http = "0.1.5" -actix-service = "0.3.0" -actix-web = "1.0.0-beta.3" +actix-http = "0.2.3" +actix-service = "0.4.1" +actix-web = "1.0.0" failure = "0.1" futures = "0.1" serde = "1.0" @@ -19,6 +19,6 @@ serde_derive = "1.0" [dev-dependencies] actix = "0.8" -actix-web = { version = "1.0.0-beta.3", features = ["ssl"] } +actix-web = { version = "1.0.0", features = ["ssl"] } openssl = "0.10" serde_json = "1.0"