From 75e7d6379517f904cf6df70bd0519b52b607ed9e Mon Sep 17 00:00:00 2001 From: landrigun Date: Wed, 15 Feb 2023 15:05:41 +0000 Subject: [PATCH] update http lib version number --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1b3d663..c09eab7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,8 +635,8 @@ dependencies = [ [[package]] name = "http" -version = "0.1.0" -source = "git+https://gitea.thegux.fr/rmanach/http#c4e46581a978079d4fc25256b3d4c29b3202b0ae" +version = "0.1.1" +source = "git+https://gitea.thegux.fr/rmanach/http#57dcb801e8919fd9acd19efa92c521d7551bc5b7" dependencies = [ "json", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index c002670..e9b5e72 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ simple_logger = "4.0.0" log = "0.4.17" base64 = "0.13.1" -http = { git = "https://gitea.thegux.fr/rmanach/http" } +http = { git = "https://gitea.thegux.fr/rmanach/http", version = "0.1.1" } # useful for tests (embedded files should be delete in release ?) #rust-embed="6.4.1"