From aa5f7e02c19fc4541e0abe0f2c8ae38d1d227092 Mon Sep 17 00:00:00 2001 From: Daniel Boline Date: Sun, 24 Dec 2023 19:02:02 -0500 Subject: [PATCH] version bumps --- Cargo.toml | 4 ++-- movie_collection_http/Cargo.toml | 6 +++--- movie_collection_lib/Cargo.toml | 4 ++-- transcode_lib/Cargo.toml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2cd6171..58dd862 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_rust" -version = "0.10.24" +version = "0.10.25" authors = ["Daniel Boline "] edition = "2018" @@ -27,7 +27,7 @@ stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", featur stdout-channel = "0.6" time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} time-tz = {version="2.0", features=["system"]} -tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]} +tokio = {version="1.35", features=["rt", "macros", "rt-multi-thread"]} transcode_lib = {path = "transcode_lib"} [workspace] diff --git a/movie_collection_http/Cargo.toml b/movie_collection_http/Cargo.toml index 85be707..9f00f23 100644 --- a/movie_collection_http/Cargo.toml +++ b/movie_collection_http/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_http" -version = "0.10.24" +version = "0.10.25" authors = ["Daniel Boline "] edition = "2018" @@ -9,7 +9,7 @@ anyhow = "1.0" async-graphql = {version="6.0", features=["dataloader", "time"]} async-graphql-warp = "6.0" async-trait = "0.1" -authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.7"} +authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.8"} bytes = "1.0" derive_more = "0.99" dioxus = "0.4" @@ -38,7 +38,7 @@ stdout-channel = "0.6" thiserror = "1.0" time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} time-tz = {version="2.0", features=["system"]} -tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]} +tokio = {version="1.35", features=["rt", "macros", "rt-multi-thread"]} tokio-stream = "0.1" uuid = "1.0" url = "2.3" diff --git a/movie_collection_lib/Cargo.toml b/movie_collection_lib/Cargo.toml index 31bd67b..d577633 100644 --- a/movie_collection_lib/Cargo.toml +++ b/movie_collection_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "movie_collection_lib" -version = "0.10.24" +version = "0.10.25" authors = ["Daniel Boline "] edition = "2018" @@ -40,6 +40,6 @@ thiserror = "1.0" time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]} time-tz = {version="2.0", features=["system"]} tokio-postgres = {version="0.7", features=["with-uuid-1", "with-time-0_3", "with-serde_json-1"]} -tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]} +tokio = {version="1.35", features=["rt", "macros", "rt-multi-thread"]} tokio-stream = {version="0.1", features=["fs"]} uuid = "1.0" diff --git a/transcode_lib/Cargo.toml b/transcode_lib/Cargo.toml index d45279e..ae7d205 100644 --- a/transcode_lib/Cargo.toml +++ b/transcode_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transcode_lib" -version = "0.10.24" +version = "0.10.25" authors = ["Daniel Boline "] edition = "2018"