diff options
author | Jonas Platte <jplatte+git@posteo.de> | 2022-08-25 11:39:13 +0200 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2022-11-28 00:21:01 -0800 |
commit | eeec6f0654f32270aec4e4a0d0f42e4ad39bc28e (patch) | |
tree | 7ee09ee30c5cb8aa67e6282f973ab2b0fb8c17a5 /askama_axum/Cargo.toml | |
parent | e1da15beef5d1fec8451d70e2bc31a8151137e9e (diff) | |
download | askama-eeec6f0654f32270aec4e4a0d0f42e4ad39bc28e.tar.gz askama-eeec6f0654f32270aec4e4a0d0f42e4ad39bc28e.tar.bz2 askama-eeec6f0654f32270aec4e4a0d0f42e4ad39bc28e.zip |
Upgrade axum-core to 0.3
Diffstat (limited to 'askama_axum/Cargo.toml')
-rw-r--r-- | askama_axum/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/askama_axum/Cargo.toml b/askama_axum/Cargo.toml index cd2693f..7e63851 100644 --- a/askama_axum/Cargo.toml +++ b/askama_axum/Cargo.toml @@ -14,11 +14,11 @@ readme = "README.md" [dependencies] askama = { version = "0.11.2", path = "../askama", default-features = false, features = ["with-axum", "mime", "mime_guess"] } -axum-core = "0.2" +axum-core = "0.3" http = "0.2" [dev-dependencies] -axum = { version = "0.5", default-features = false } +axum = { version = "0.6", default-features = false } hyper = { version = "0.14", features = ["full"] } tokio = { version = "1.0", features = ["full"] } tower = { version = "0.4", features = ["util"] } |