Skip to content

Commit

Permalink
Update tower and config
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Sep 3, 2024
1 parent ddc0bda commit 3e6991c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async-trait = "0.1.81"
axum = "0.7.2" # web framework
axum-macros = "0.4.0"
clap = { version = "4.5.16", features = ["derive"] } # command-line parser
config = "0.13.1" # Layered configuration with strong support for 12-factor applications
config = "0.13.4" # Layered configuration with strong support for 12-factor applications
chrono = { version = "0.4.38", features = ["serde"] }
dirs = "5.0.1" # provides platform-specific locations for storing user configuration
http-body-util = "0.1.0"
Expand All @@ -31,7 +31,7 @@ nonempty = { version = "0.10.0", features = ["serialize"] }
valico = "4.0.0"
tokio = { version = "1", features = ["rt", "macros", "rt-multi-thread"] }
tokio-test = "0.4.2"
tower = "0.4.13"
tower = "0.5.0"
tower-http = { version = "0.5.0", features = ["trace", "fs", "cors"] }
hyper = "1.4.1"
regex = "1.10.6"
Expand Down Expand Up @@ -59,4 +59,3 @@ path = "src/main-server.rs"
[[bin]]
name = "dsp-meta-validator"
path = "src/main-validator.rs"

0 comments on commit 3e6991c

Please sign in to comment.