Skip to content

Commit

Permalink
revert actix-web
Browse files Browse the repository at this point in the history
  • Loading branch information
YassinEldeeb committed Oct 31, 2024
1 parent 01571d9 commit 96599a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/conductor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ conductor_common = { path = "../../libs/common" }
conductor_tracing = { path = "../../libs/tracing" }
conductor_logger = { path = "../../libs/logger" }
anyhow = { workspace = true }
actix-web = "4.9.0"
actix-web = "4.5.1"
futures-util = "0.3.31"
ulid = "1.1.3"
tracing = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion libs/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ crate-type = ["cdylib"]
napi = { version = "2.16.13", default-features = false, features = ["napi4"] }
napi-derive = "2.16.12"
conductor = { path = "../../bin/conductor" }
actix-web = "4.9.0"
actix-web = "4.5.1"

[build-dependencies]
napi-build = "2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion tests/test-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
[dependencies]
async-graphql = "7.0.11"
async-graphql-actix-web = "7.0.11"
actix-web = { version = "4.9.0", default-features = false, features = [
actix-web = { version = "4.5.1", default-features = false, features = [
"macros",
] }

0 comments on commit 96599a1

Please sign in to comment.