Skip to content

Commit

Permalink
chore: narrow actix-server requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Jun 9, 2024
1 parent 0d4a716 commit ba276b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix-files/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ v_htmlescape = "0.15.5"
# experimental-io-uring
[target.'cfg(target_os = "linux")'.dependencies]
tokio-uring = { version = "0.5", optional = true, features = ["bytes"] }
actix-server = { version = "2.2", optional = true } # ensure matching tokio-uring versions
actix-server = { version = "2.4", optional = true } # ensure matching tokio-uring versions

[dev-dependencies]
actix-rt = "2.7"
Expand Down

0 comments on commit ba276b1

Please sign in to comment.