Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Sep 19, 2022
1 parent 1f74828 commit 844260a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion askama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mime_guess = []
askama_derive = { version = "0.12.0", path = "../askama_derive" }
askama_escape = { version = "0.10.3", path = "../askama_escape" }
comrak = { version = "0.14", optional = true, default-features = false }
dep_humansize = { package = "humansize", version = "1.1.0", optional = true }
dep_humansize = { package = "humansize", version = "2", optional = true }
dep_num_traits = { package = "num-traits", version = "0.2.6", optional = true }
percent-encoding = { version = "2.1.0", optional = true }
serde = { version = "1.0", optional = true, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion askama_actix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ askama = { version = "0.11.2", path = "../askama", default-features = false, fea

[dev-dependencies]
actix-rt = { version = "2", default-features = false }
actix-test = "=0.1.0"
actix-test = "0.1"
bytes = { version = "1" }

[features]
Expand Down

0 comments on commit 844260a

Please sign in to comment.