Skip to content

Commit aada211

Browse files
committed
version bumps
1 parent 0d0a908 commit aada211

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "movie_collection_rust"
3-
version = "0.10.31"
3+
version = "0.10.32"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

movie_collection_http/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "movie_collection_http"
3-
version = "0.10.31"
3+
version = "0.10.32"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

@@ -9,7 +9,7 @@ anyhow = "1.0"
99
async-graphql = {version="7.0", features=["dataloader", "time"]}
1010
async-graphql-warp = "7.0"
1111
async-trait = "0.1"
12-
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"}
12+
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"}
1313
bytes = "1.0"
1414
derive_more = "0.99"
1515
dioxus = "0.5"

movie_collection_lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "movie_collection_lib"
3-
version = "0.10.31"
3+
version = "0.10.32"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

@@ -13,7 +13,7 @@ clap = {version="4.0", features=["derive"]}
1313
derive_more = "0.99"
1414
dirs = "5.0"
1515
dotenv = "0.15"
16-
deadpool = "0.11"
16+
deadpool = "0.12"
1717
deadpool-postgres = "0.13"
1818
envy = "0.4"
1919
futures = "0.3"

transcode_lib/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "transcode_lib"
3-
version = "0.10.31"
3+
version = "0.10.32"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
1010
anyhow = "1.0"
11-
deadpool = "0.11"
11+
deadpool = "0.12"
1212
deadpool-lapin = {version="0.12", features=["serde"]}
1313
lapin = {version="2.0", default_features=false, features=["rustls"]}
1414
derive_more = "0.99"

0 commit comments

Comments
 (0)