From e8e2c7c6527f5ae40d6877da79e687de697dd450 Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sat, 11 May 2024 23:29:11 -0400 Subject: [PATCH] version bumps --- Cargo.toml | 2 +- diary_app_api/Cargo.toml | 8 ++++---- diary_app_bot/Cargo.toml | 2 +- diary_app_lib/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8dd5973..f4604c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diary_app_rust" -version = "0.10.9" +version = "0.10.10" authors = ["Daniel Boline "] edition = "2018" diff --git a/diary_app_api/Cargo.toml b/diary_app_api/Cargo.toml index 3c9781b..104d47a 100644 --- a/diary_app_api/Cargo.toml +++ b/diary_app_api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diary_app_api" -version = "0.10.9" +version = "0.10.10" authors = ["Daniel Boline "] edition = "2018" @@ -9,7 +9,7 @@ edition = "2018" [dependencies] anyhow = "1.0" async-trait = "0.1" -authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"} +authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"} aws-config = {version="1.1", features=["behavior-version-latest"]} diary_app_lib = {path = "../diary_app_lib"} dioxus = "0.5" @@ -37,7 +37,7 @@ tokio = {version="1.37", features=["time"]} uuid = "1.0" [dev-dependencies] -auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"} -auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"} +auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"} +auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"} env_logger = {version="0.11", features=["color", "humantime", "regex"], default_features = false} reqwest = {version="0.12", features=["cookies", "json", "rustls-tls", "stream"]} diff --git a/diary_app_bot/Cargo.toml b/diary_app_bot/Cargo.toml index e363c91..62e7b60 100644 --- a/diary_app_bot/Cargo.toml +++ b/diary_app_bot/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diary_app_bot" -version = "0.10.9" +version = "0.10.10" authors = ["Daniel Boline "] edition = "2018" diff --git a/diary_app_lib/Cargo.toml b/diary_app_lib/Cargo.toml index 34ba881..bb96511 100644 --- a/diary_app_lib/Cargo.toml +++ b/diary_app_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diary_app_lib" -version = "0.10.9" +version = "0.10.10" authors = ["Daniel Boline "] edition = "2018" @@ -13,7 +13,7 @@ clap = {version="4.0", features=["derive"]} crossbeam-channel = "0.5" crossbeam-utils = "0.8" deadqueue = "0.2" -deadpool = { version = "0.11", features=["serde", "rt_tokio_1"] } +deadpool = { version = "0.12", features=["serde", "rt_tokio_1"] } deadpool-postgres = { version = "0.13", features=["serde"] } derive_more = "0.99" difference = "2.0"