From e5df14de7cd7e97530c4deef020874f57c36278e Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Thu, 21 Nov 2024 08:48:38 -0500 Subject: [PATCH] version bumps --- Cargo.toml | 4 ++-- diary_app_api/Cargo.toml | 12 ++++++------ diary_app_bot/Cargo.toml | 8 ++++---- diary_app_lib/Cargo.toml | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d009a89..c76063b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "diary_app_rust" -version = "0.10.12" +version = "0.11.0" authors = ["Daniel Boline "] edition = "2018" @@ -22,7 +22,7 @@ diary_app_bot = {path="diary_app_bot"} dirs = "5.0" env_logger = {version="0.11", features=["color", "humantime", "regex"], default-features = false} time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} -tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]} +tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]} [workspace] members = [ diff --git a/diary_app_api/Cargo.toml b/diary_app_api/Cargo.toml index c706978..deb7a6a 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.12" +version = "0.11.0" 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.15"} +authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"} aws-config = {version="1.1", features=["behavior-version-latest"]} diary_app_lib = {path = "../diary_app_lib"} dioxus = "0.5" @@ -29,15 +29,15 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" serde_yaml = "0.9" -stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types", "rweb-openapi"], tag="0.9.3" } -thiserror = "1.0" +stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types", "rweb-openapi"], tag="1.0.2" } +thiserror = "2.0" time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} time-tz = {version="2.0", features=["system"]} tokio = {version="1.40", features=["time"]} uuid = "1.0" [dev-dependencies] -auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.15"} -auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.15"} +auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"} +auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"} env_logger = {version="0.11", features=["color", "humantime", "regex"], default-features = false} reqwest = {version="0.12", features=["cookies", "json", "rustls-tls", "stream"], default-features = false} \ No newline at end of file diff --git a/diary_app_bot/Cargo.toml b/diary_app_bot/Cargo.toml index b7ce868..7dc57cd 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.12" +version = "0.11.0" authors = ["Daniel Boline "] edition = "2018" @@ -16,7 +16,7 @@ futures = "0.3" log = "0.4" once_cell = "1.0" parking_lot = "0.12" -stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.3" } -thiserror = "1.0" -tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]} +stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" } +thiserror = "2.0" +tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]} telegram-bot = {git = "https://github.com/ddboline/telegram-bot.git", tag="0.9.0-4", default-features=false} diff --git a/diary_app_lib/Cargo.toml b/diary_app_lib/Cargo.toml index 9de56a0..b261cf6 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.12" +version = "0.11.0" authors = ["Daniel Boline "] edition = "2018" @@ -35,12 +35,12 @@ serde = "1.0" serde_derive = "1.0" serde_json = "1.0" smallvec = "1.6" -stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.3" } +stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" } stdout-channel = "0.6" -thiserror = "1.0" +thiserror = "2.0" time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} time-tz = {version="2.0", features=["system"]} -tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]} +tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]} tokio-postgres = {version = "0.7", features = ["with-time-0_3", "with-uuid-1", "with-serde_json-1"]} url = "2.3" uuid = "1.0"