Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Nov 21, 2024
1 parent 7feaf59 commit e5df14d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 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.12"
version = "0.11.0"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -22,7 +22,7 @@ diary_app_bot = {path="diary_app_bot"}
dirs = "5.0"
env_logger = {version="0.11", features=["color", "humantime", "regex"], default-features = false}
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}

[workspace]
members = [
Expand Down
12 changes: 6 additions & 6 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.12"
version = "0.11.0"
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.15"}
authorized_users = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
aws-config = {version="1.1", features=["behavior-version-latest"]}
diary_app_lib = {path = "../diary_app_lib"}
dioxus = "0.5"
Expand All @@ -29,15 +29,15 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
serde_yaml = "0.9"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types", "rweb-openapi"], tag="0.9.3" }
thiserror = "1.0"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types", "rweb-openapi"], tag="1.0.2" }
thiserror = "2.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.40", features=["time"]}
uuid = "1.0"

[dev-dependencies]
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.15"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.11.15"}
auth_server_http = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
auth_server_lib = { git = "https://github.com/ddboline/auth_server_rust.git", tag="0.12.0"}
env_logger = {version="0.11", features=["color", "humantime", "regex"], default-features = false}
reqwest = {version="0.12", features=["cookies", "json", "rustls-tls", "stream"], default-features = false}
8 changes: 4 additions & 4 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.12"
version = "0.11.0"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand All @@ -16,7 +16,7 @@ futures = "0.3"
log = "0.4"
once_cell = "1.0"
parking_lot = "0.12"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.3" }
thiserror = "1.0"
tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]}
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
thiserror = "2.0"
tokio = {version="1.41", features=["rt", "macros", "rt-multi-thread"]}
telegram-bot = {git = "https://github.com/ddboline/telegram-bot.git", tag="0.9.0-4", default-features=false}
8 changes: 4 additions & 4 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.12"
version = "0.11.0"
authors = ["Daniel Boline <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -35,12 +35,12 @@ serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
smallvec = "1.6"
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="0.9.3" }
stack-string = { git = "https://github.com/ddboline/stack-string-rs.git", features=["postgres_types"], tag="1.0.2" }
stdout-channel = "0.6"
thiserror = "1.0"
thiserror = "2.0"
time = {version="0.3", features=["serde-human-readable", "macros", "formatting"]}
time-tz = {version="2.0", features=["system"]}
tokio = {version="1.40", features=["rt", "macros", "rt-multi-thread"]}
tokio = {version="1.41", 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 e5df14d

Please sign in to comment.