Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Dec 24, 2023
1 parent 9db5c35 commit a9ef19e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 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 = "diary_app_rust"
version = "0.10.4"
version = "0.10.5"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ diary_app_lib = {path="diary_app_lib"}
diary_app_api = {path="diary_app_api"}
diary_app_bot = {path="diary_app_bot"}
env_logger = "0.10"
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.35", features=["rt", "macros", "rt-multi-thread"]}
dirs = "5.0"
anyhow = "1.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
Expand Down
10 changes: 5 additions & 5 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.4"
version = "0.10.5"
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.7"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.8"}
aws-config = {version="1.0", features=["behavior-version-latest"]}
diary_app_lib = {path = "../diary_app_lib"}
dioxus = "0.4"
Expand All @@ -33,11 +33,11 @@ stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", featur
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=["time"]}
tokio = {version="1.35", features=["time"]}
uuid = "1.0"

[dev-dependencies]
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.7"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.7"}
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.8"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.8"}
env_logger = "0.10"
reqwest = {version="0.11", features=["cookies", "json", "rustls-tls", "stream"]}
4 changes: 2 additions & 2 deletions 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.4"
version = "0.10.5"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -17,6 +17,6 @@ crossbeam-utils = "0.8"
lazy_static = "1.4"
anyhow = "1.0"
thiserror = "1.0"
tokio = {version="1.34", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.35", features=["rt", "macros", "rt-multi-thread"]}
telegram-bot = {git = "https://github.com/ddboline/telegram-bot.git", tag="0.9.0-4", default_features=false}
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.2" }
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.4"
version = "0.10.5"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -40,7 +40,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-postgres = {version = "0.7", features = ["with-time-0_3", "with-uuid-1", "with-serde_json-1"]}
url = "2.3"
uuid = "1.0"
Expand Down

0 comments on commit a9ef19e

Please sign in to comment.