Skip to content

Commit e6ee78d

Browse files
committed
version bumps
1 parent 6a01a3f commit e6ee78d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sync_app_rust"
3-
version = "0.11.13"
3+
version = "0.11.14"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

gdrive_lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "gdrive_lib"
3-
version = "0.11.13"
3+
version = "0.11.14"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

sync_app_http/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sync_app_http"
3-
version = "0.11.13"
3+
version = "0.11.14"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

@@ -9,7 +9,7 @@ edition = "2018"
99
[dependencies]
1010
anyhow = "1.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
deadqueue = "0.2"
1414
dioxus = "0.5"
1515
dioxus-core = "0.5"

sync_app_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sync_app_lib"
3-
version = "0.11.13"
3+
version = "0.11.14"
44
authors = ["Daniel Boline <[email protected]>"]
55
edition = "2018"
66

@@ -16,7 +16,7 @@ bytes = "1.1"
1616
checksums = "0.9"
1717
clap = {version="4.0", features=["derive"]}
1818
crossbeam-utils = "0.8"
19-
deadpool = { version = "0.11", features=["serde", "rt_tokio_1"] }
19+
deadpool = { version = "0.12", features=["serde", "rt_tokio_1"] }
2020
deadpool-postgres = { version = "0.13", features=["serde"] }
2121
derive_more = "0.99"
2222
dirs = "5.0"

0 commit comments

Comments
 (0)