Skip to content

Commit

Permalink
Upgrade actix-web
Browse files Browse the repository at this point in the history
  • Loading branch information
ja573 committed Feb 27, 2024
1 parent bd93980 commit fac5a81
Show file tree
Hide file tree
Showing 6 changed files with 50 additions and 29 deletions.
69 changes: 45 additions & 24 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion thoth-api-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
thoth-api = { version = "0.11.16", path = "../thoth-api", features = ["backend"] }
thoth-errors = { version = "0.11.16", path = "../thoth-errors" }
actix-web = "4.4.1"
actix-web = "4.5.1"
actix-cors = "0.7.0"
actix-identity = "0.6.0"
actix-session = { version = "0.8.0", features = ["cookie-session"] }
Expand Down
2 changes: 1 addition & 1 deletion thoth-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ backend = ["diesel", "diesel-derive-enum", "diesel_migrations", "futures", "acti

[dependencies]
thoth-errors = { version = "0.11.16", path = "../thoth-errors" }
actix-web = { version = "4.4.1", optional = true }
actix-web = { version = "4.5.1", optional = true }
argon2rs = "0.2.5"
isbn2 = "0.4.0"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion thoth-app-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
build = "build.rs"

[dependencies]
actix-web = "4.4.1"
actix-web = "4.5.1"
actix-cors = "0.7.0"
env_logger = "0.11.2"

Expand Down
2 changes: 1 addition & 1 deletion thoth-errors/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ uuid = { package = "uuid", version = "0.8.2", features = ["serde", "v4"] }
yewtil = { version = "0.4.0", features = ["fetch"] }

[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
actix-web = "4.4.1"
actix-web = "4.5.1"
dialoguer = { version = "0.11.0", features = ["password"] }
diesel = "2.1.3"
csv = "1.3.0"
Expand Down
2 changes: 1 addition & 1 deletion thoth-export-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ build = "build.rs"
thoth-api = { version = "0.11.16", path = "../thoth-api" }
thoth-errors = { version = "0.11.16", path = "../thoth-errors" }
thoth-client = { version = "0.11.16", path = "../thoth-client" }
actix-web = "4.4.1"
actix-web = "4.5.1"
actix-cors = "0.7.0"
cc_license = "0.1.0"
chrono = { version = "0.4.31", features = ["serde"] }
Expand Down

0 comments on commit fac5a81

Please sign in to comment.