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 89e5515 commit e8e2c7c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = "diary_app_rust"
version = "0.10.9"
version = "0.10.10"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down
8 changes: 4 additions & 4 deletions diary_app_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_api"
version = "0.10.9"
version = "0.10.10"
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"}
aws-config = {version="1.1", features=["behavior-version-latest"]}
diary_app_lib = {path = "../diary_app_lib"}
dioxus = "0.5"
Expand Down Expand Up @@ -37,7 +37,7 @@ tokio = {version="1.37", features=["time"]}
uuid = "1.0"

[dev-dependencies]
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.13"}
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.14"}
env_logger = {version="0.11", features=["color", "humantime", "regex"], default_features = false}
reqwest = {version="0.12", features=["cookies", "json", "rustls-tls", "stream"]}
2 changes: 1 addition & 1 deletion diary_app_bot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diary_app_bot"
version = "0.10.9"
version = "0.10.10"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

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

Expand All @@ -13,7 +13,7 @@ clap = {version="4.0", features=["derive"]}
crossbeam-channel = "0.5"
crossbeam-utils = "0.8"
deadqueue = "0.2"
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"
difference = "2.0"
Expand Down

0 comments on commit e8e2c7c

Please sign in to comment.