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"