Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed May 12, 2024
1 parent 6a01a3f commit e6ee78d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sync_app_rust"
version = "0.11.13"
version = "0.11.14"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion gdrive_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gdrive_lib"
version = "0.11.13"
version = "0.11.14"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
4 changes: 2 additions & 2 deletions sync_app_http/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sync_app_http"
version = "0.11.13"
version = "0.11.14"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -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.13"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"}
deadqueue = "0.2"
dioxus = "0.5"
dioxus-core = "0.5"
Expand Down
4 changes: 2 additions & 2 deletions sync_app_lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sync_app_lib"
version = "0.11.13"
version = "0.11.14"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -16,7 +16,7 @@ bytes = "1.1"
checksums = "0.9"
clap = {version="4.0", features=["derive"]}
crossbeam-utils = "0.8"
deadpool = { version = "0.11", features=["serde", "rt_tokio_1"] }
deadpool = { version = "0.12", features=["serde", "rt_tokio_1"] }
deadpool-postgres = { version = "0.13", features=["serde"] }
derive_more = "0.99"
dirs = "5.0"
Expand Down

0 comments on commit e6ee78d

Please sign in to comment.