diff --git a/Cargo.lock b/Cargo.lock index 672f4534..79c9a8b0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3284,7 +3284,7 @@ dependencies = [ [[package]] name = "thoth" -version = "0.2.1" +version = "0.2.2" dependencies = [ "actix-cors 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3303,8 +3303,8 @@ dependencies = [ "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", - "thoth-api 0.2.1", - "thoth-client 0.2.1", + "thoth-api 0.2.2", + "thoth-client 0.2.2", "tokio 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)", "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", "xml-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3312,7 +3312,7 @@ dependencies = [ [[package]] name = "thoth-api" -version = "0.2.1" +version = "0.2.2" dependencies = [ "actix-web 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3340,14 +3340,14 @@ dependencies = [ [[package]] name = "thoth-app" -version = "0.2.1" +version = "0.2.2" dependencies = [ "anyhow 1.0.32 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", "stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", - "thoth-api 0.2.1", + "thoth-api 0.2.2", "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-bindgen 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", "wasm-logger 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3359,13 +3359,13 @@ dependencies = [ [[package]] name = "thoth-client" -version = "0.2.1" +version = "0.2.2" dependencies = [ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", "graphql_client 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.10.3 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.115 (registry+https://github.com/rust-lang/crates.io-index)", - "thoth-api 0.2.1", + "thoth-api 0.2.2", "uuid 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/Cargo.toml b/Cargo.toml index 8dcb1c75..f3a007c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thoth" -version = "0.2.1" +version = "0.2.2" authors = ["Javier Arias "] edition = "2018" license = "Apache-2.0" @@ -16,8 +16,8 @@ maintenance = { status = "actively-developed" } members = ["thoth-api", "thoth-app", "thoth-client"] [dependencies] -thoth-api = {version = "0.2.1", path = "thoth-api", features = ["backend"] } -thoth-client = {version = "0.2.1", path = "thoth-client" } +thoth-api = {version = "0.2.2", path = "thoth-api", features = ["backend"] } +thoth-client = {version = "0.2.2", path = "thoth-client" } actix-http = "1.0.1" actix-rt = "1.0.0" actix-web = "3.0.0" diff --git a/thoth-api/Cargo.toml b/thoth-api/Cargo.toml index 2ff0e2d9..0321aea5 100644 --- a/thoth-api/Cargo.toml +++ b/thoth-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thoth-api" -version = "0.2.1" +version = "0.2.2" authors = ["Javier Arias "] edition = "2018" license = "Apache-2.0" diff --git a/thoth-app/Cargo.toml b/thoth-app/Cargo.toml index d8591fa7..d5dfb304 100644 --- a/thoth-app/Cargo.toml +++ b/thoth-app/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thoth-app" -version = "0.2.1" +version = "0.2.2" authors = ["Javier Arias "] edition = "2018" license = "Apache-2.0" @@ -30,4 +30,4 @@ wasm-logger = "0.2.0" stdweb = "0.4.20" serde = { version = "1.0.115", features = ["derive"] } url = "2.1.1" -thoth-api = { version = "0.2.1", path = "../thoth-api" } +thoth-api = { version = "0.2.2", path = "../thoth-api" } diff --git a/thoth-client/Cargo.toml b/thoth-client/Cargo.toml index 36a39087..0da775af 100644 --- a/thoth-client/Cargo.toml +++ b/thoth-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "thoth-client" -version = "0.2.1" +version = "0.2.2" authors = ["Javier Arias "] edition = "2018" license = "Apache-2.0" @@ -9,7 +9,7 @@ repository = "https://github.com/thoth-pub/thoth" readme = "README.md" [dependencies] -thoth-api = {version = "0.2.1", path = "../thoth-api" } +thoth-api = {version = "0.2.2", path = "../thoth-api" } graphql_client = "0.9.0" chrono = { version = "0.4", features = ["serde"] } reqwest = { version = "0.10", features = ["json"] }