update http lib version number
This commit is contained in:
parent
48fc5ce213
commit
75e7d63795
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -635,8 +635,8 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http"
|
name = "http"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
source = "git+https://gitea.thegux.fr/rmanach/http#c4e46581a978079d4fc25256b3d4c29b3202b0ae"
|
source = "git+https://gitea.thegux.fr/rmanach/http#57dcb801e8919fd9acd19efa92c521d7551bc5b7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"json",
|
"json",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
|||||||
@ -16,7 +16,7 @@ simple_logger = "4.0.0"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
base64 = "0.13.1"
|
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 ?)
|
# useful for tests (embedded files should be delete in release ?)
|
||||||
#rust-embed="6.4.1"
|
#rust-embed="6.4.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user