Skip to content

Commit

Permalink
Update http dep
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 17, 2024
1 parent cdc9737 commit 7b8a385
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions ntex-files/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## [0.4.1] - 2024-01-17

* Fix compatibility #11

## [0.2.2] - 2023-04-09

* Remove hyperx dependencies
Expand Down
14 changes: 7 additions & 7 deletions ntex-files/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex-files"
version = "0.4.0"
version = "0.4.1"
authors = ["ntex contributors <[email protected]>"]
description = "Static files support for ntex web."
readme = "README.md"
Expand All @@ -19,18 +19,18 @@ path = "src/lib.rs"

[dependencies]
ntex = "1.0"
ntex-http = "0.1"
ntex-http = "0.1.12"
bitflags = "2.1"
futures = "0.3"
derive_more = "0.99"
http = "0.2"
http = "1.0"
log = "0.4"
mime = "0.3"
mime_guess = "2.0.1"
mime_guess = "2.0"
percent-encoding = "2.1"
v_htmlescape = "0.15.8"
unicase = "2.6.0"
language-tags = "0.3.2"
v_htmlescape = "0.15"
unicase = "2.6"
language-tags = "0.3"
httpdate = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 7b8a385

Please sign in to comment.