mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-04 18:45:46 +01:00
bump strois to a temporary version while we wait for rusty_s3 to do a new release again
This commit is contained in:
parent
b9983a48c7
commit
8f04353b7d
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3707,7 +3707,7 @@ checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "rusty-s3"
|
name = "rusty-s3"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
source = "git+https://github.com/irevoire/rusty-s3?rev=b4d73a8#b4d73a83545fd6a6d211cc2b56eb8ed7bb248a62"
|
source = "git+http://github.com/Kerollmops/rusty-s3?branch=kero/percent-decode-list-files#1efb1eee126222d52936cb72ce3287b9b6bf5ffa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.21.2",
|
"base64 0.21.2",
|
||||||
"hmac",
|
"hmac",
|
||||||
@ -4009,7 +4009,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "strois"
|
name = "strois"
|
||||||
version = "0.0.4"
|
version = "0.0.4"
|
||||||
source = "git+http://github.com/meilisearch/strois?rev=7f6832a#7f6832ae701a5414b58441220e2a028c46bdb9ab"
|
source = "git+http://github.com/meilisearch/strois?rev=eeb945c#eeb945cfb6c666935b0f06b1f410fd83182b2b67"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"http",
|
"http",
|
||||||
"log",
|
"log",
|
||||||
|
@ -38,4 +38,4 @@ opt-level = 3
|
|||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
strois = { git = "http://github.com/meilisearch/strois", rev = "7f6832a" }
|
strois = { git = "http://github.com/meilisearch/strois", rev = "eeb945c" }
|
||||||
|
Loading…
Reference in New Issue
Block a user