Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Dec 25, 2023
1 parent 5fdbbbd commit aa5f7e0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_rust"
version = "0.10.24"
version = "0.10.25"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions movie_collection_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_http"
version = "0.10.24"
version = "0.10.25"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -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"
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions movie_collection_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "movie_collection_lib"
version = "0.10.24"
version = "0.10.25"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -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"
2 changes: 1 addition & 1 deletion transcode_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "transcode_lib"
version = "0.10.24"
version = "0.10.25"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit aa5f7e0

Please sign in to comment.