From dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 9 Jul 2023 22:21:12 +0300 Subject: cargo update, part 1 --- kittybox-rs/templates/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kittybox-rs/templates') 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" -- cgit 1.4.1