diff options
author | Vika <vika@fireburn.ru> | 2023-07-09 22:21:12 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-17 01:53:42 +0300 |
commit | dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4 (patch) | |
tree | 83c935c793481864b79a6bd482f09b1622cba104 /kittybox-rs/templates | |
parent | b38b508366a80a2f1c163ae3623c79e883323201 (diff) | |
download | kittybox-dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4.tar.zst |
cargo update, part 1
Diffstat (limited to 'kittybox-rs/templates')
-rw-r--r-- | kittybox-rs/templates/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kittybox-rs/templates/Cargo.toml b/kittybox-rs/templates/Cargo.toml index 1506636..fb123f4 100644 --- a/kittybox-rs/templates/Cargo.toml +++ b/kittybox-rs/templates/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [build-dependencies] -libflate = "^1.2.0" +libflate = "^2.0.0" walkdir = "^2.3.2" [dev-dependencies] @@ -18,7 +18,7 @@ version="^0.3.0" [dependencies] ellipse = "^0.2.0" http = "^0.2.7" -markup = "^0.12.0" +markup = "^0.13.1" serde_json = "^1.0.64" include_dir = "^0.7.2" axum = "^0.5.16" |