Skip to content

Commit

Permalink
Upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
nag763 committed Nov 16, 2024
1 parent f1694f8 commit 060ab5f
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 15 deletions.
23 changes: 12 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tchatchers_back/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.7.7", features = ["ws", "http1", "multipart"], default-features = false }
axum = { version = "0.7.8", features = ["ws", "http1", "multipart"], default-features = false }
tokio = { version = "1.41", features = ["full"], default-features = false }
tchatchers_core = { path = "../tchatchers_core", features = ["back"] }
dotenv = "0.15.0"
futures-util = { version = "0.3.31" }
uuid = { version = "1.11.0", default-features = false }
tower-http = { version = "0.6.1", features = ["fs", "trace", "util", "request-id", "sensitive-headers", "timeout", "set-header"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"]}
axum-extra = { version = "0.9.4", features = ["cookie", "typed-header"] }
axum-extra = { version = "0.9.5", features = ["cookie", "typed-header"] }
tracing = { default-features = false, version = "0.1.40" }
validator = { version = "0.19.0"}
serde = { default-features = false, version = "1.0.215" }
Expand Down
2 changes: 1 addition & 1 deletion tchatchers_cli_tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ validator = "0.19.0"
log = "0.4.22"
env_logger = { version = "0.11.5" }
askama = { default-features = false, version = "0.12.1" }
clap-verbosity-flag = "2.2.2"
clap-verbosity-flag = "2.2.3"
redis = { version = "0.27.5", features = ["aio", "tokio-comp"], default-features = false }
2 changes: 1 addition & 1 deletion tchatchers_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde = { version = "1.0.215", features = ["rc"], default-features = false }
sqlx = { version = "0.8", optional = true , features = ["runtime-async-std-native-tls", "postgres", "chrono", "uuid"] }
uuid = { version = "1.11.0", features = ["v4", "serde"], default-features = false }
validator = { version = "0.19.0", features = ["derive"], default-features = false }
axum = { version = "0.7.7", features = ["multipart"], optional = true , default-features = false }
axum = { version = "0.7.8", features = ["multipart"], optional = true , default-features = false }
derive_more = { features = ["display"], default-features = false, version = "1.0.0" }
log = "0.4.22"
axum-extra = { version = "0.9", features = ["cookie"], optional = true }
Expand Down

0 comments on commit 060ab5f

Please sign in to comment.