Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Jan 10, 2025
2 parents 5e01e91 + 834a15c commit de9d205
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
40 changes: 19 additions & 21 deletions Cargo.lock

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

10 changes: 5 additions & 5 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.5" }
utoipa = { version = "5", features = ["actix_extras", "chrono"] }
utoipa-swagger-ui = { version = "8", features = ["actix-web"] }
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 de9d205

Please sign in to comment.