Skip to content

Commit

Permalink
task: Bumped dependencies to 4.8 of actix
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Jul 11, 2024
1 parent f42be50 commit f1ffaad
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 65 deletions.
100 changes: 40 additions & 60 deletions Cargo.lock

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

14 changes: 9 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-middleware-etag"
description = "ETag middleware for Actix web >= 4.1"
description = "ETag middleware for Actix web >= 4.8"
version = "0.3.0"
edition = "2021"
repository = "https://github.com/chriswk/actix-middleware-etag"
Expand All @@ -10,11 +10,15 @@ license = "MIT"

[dependencies]
actix-service = "2.0.2"
actix-web = { version = "4.4.0", default-features = false }
base64 = "0.21.5"
futures = "0.3.29"
actix-web = { version = "4.8.0", default-features = false }
base64 = "0.22.1"
futures = "0.3.30"
str-buf = "3.0.2"
xxhash-rust = { version = "0.8.6", features = ["xxh3"] }

[dev-dependencies]
actix-web = { version = "4.4.0", default-features = false, features = ["macros", "compress-gzip", "compress-zstd"] }
actix-web = { version = "4.8.0", default-features = false, features = [
"macros",
"compress-gzip",
"compress-zstd",
] }

0 comments on commit f1ffaad

Please sign in to comment.