Skip to content

Commit

Permalink
dep-update: Clap, tokio, Utoipa
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jan 10, 2025
1 parent b57db71 commit 834a15c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 29 deletions.
44 changes: 21 additions & 23 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ aws-sdk-s3 = { version = "1.68.0", features = ["behavior-version-latest"] }
base64 = "0.22.1"
chrono = { version = "0.4.39", features = ["serde"] }
cidr = "0.3.0"
clap = { version = "4.5.24", features = ["derive", "env"] }
clap = { version = "4.5.26", features = ["derive", "env"] }
clap-markdown = "0.1.4"
dashmap = "6.1.0"
eventsource-client = { version = "0.13.0" }
Expand Down Expand Up @@ -84,7 +84,7 @@ serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.135"
serde_qs = { version = "0.13.0", features = ["actix4", "tracing"] }
shadow-rs = { version = "0.37.0" }
tokio = { version = "1.42.0", features = [
tokio = { version = "1.43.0", features = [
"macros",
"rt-multi-thread",
"tracing",
Expand All @@ -93,11 +93,11 @@ tokio = { version = "1.42.0", features = [
tokio-stream = { version = "0.1.17" }
tracing = { version = "0.1.41", features = ["log"] }
tracing-subscriber = { version = "0.3.19", features = ["json", "env-filter"] }
ulid = "1.1.3"
ulid = "1.1.4"
unleash-types = { version = "0.15.3", features = ["openapi", "hashes"] }
unleash-yggdrasil = { version = "0.14.3" }
utoipa = { version = "5", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
unleash-yggdrasil = { version = "0.14.5" }
utoipa = { version = "5.3.1", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8.1.1", features = ["actix-web"] }
[dev-dependencies]
actix-http = "3.9.0"
actix-http-test = "3.2.0"
Expand Down

0 comments on commit 834a15c

Please sign in to comment.