update http lib version number

This commit is contained in:
landrigun 2023-02-15 15:05:41 +00:00
parent 48fc5ce213
commit 75e7d63795
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"