Compare commits

...

5 Commits

Author SHA1 Message Date
aafc36a853 Merge #3182
3182: Bump the other milli r=curquiza a=Kerollmops

This PR bumps the other import of milli in the TOML.

Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-12-01 17:51:39 +00:00
7070b8ba9a Bump the other milli 2022-12-01 18:16:55 +01:00
121db2ef44 Merge #3176
3176: Bump version to 0.29.3 and milli 0.33.6 r=curquiza a=Kerollmops

This PR bumps Meilisearch to 0.29.3 and milli to 0.33.6.

Co-authored-by: Clément Renault <clement@meilisearch.com>
2022-12-01 15:47:45 +00:00
236ffce26a Bump Meilisearch to 0.29.3 2022-12-01 16:43:23 +01:00
3efec70ae2 Bump milli to v0.33.6 2022-12-01 16:41:48 +01:00
6 changed files with 20 additions and 20 deletions

26
Cargo.lock generated
View File

@ -1125,8 +1125,8 @@ dependencies = [
[[package]]
name = "filter-parser"
version = "0.33.4"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.5#4fc6331cb6526c07f3137584564cfe3493fb25bd"
version = "0.33.6"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.6#0998f6b3becacb8c88fe9cad0dc5b17b7fb287da"
dependencies = [
"nom",
"nom_locate",
@ -1150,8 +1150,8 @@ dependencies = [
[[package]]
name = "flatten-serde-json"
version = "0.33.4"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.5#4fc6331cb6526c07f3137584564cfe3493fb25bd"
version = "0.33.6"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.6#0998f6b3becacb8c88fe9cad0dc5b17b7fb287da"
dependencies = [
"serde_json",
]
@ -1667,8 +1667,8 @@ dependencies = [
[[package]]
name = "json-depth-checker"
version = "0.33.4"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.5#4fc6331cb6526c07f3137584564cfe3493fb25bd"
version = "0.33.6"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.6#0998f6b3becacb8c88fe9cad0dc5b17b7fb287da"
dependencies = [
"serde_json",
]
@ -2009,7 +2009,7 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "meilisearch-auth"
version = "0.29.2"
version = "0.29.3"
dependencies = [
"enum-iterator 0.7.0",
"hmac",
@ -2026,7 +2026,7 @@ dependencies = [
[[package]]
name = "meilisearch-http"
version = "0.29.2"
version = "0.29.3"
dependencies = [
"actix-cors",
"actix-rt",
@ -2101,7 +2101,7 @@ dependencies = [
[[package]]
name = "meilisearch-lib"
version = "0.29.2"
version = "0.29.3"
dependencies = [
"actix-rt",
"actix-web",
@ -2164,7 +2164,7 @@ dependencies = [
[[package]]
name = "meilisearch-types"
version = "0.29.2"
version = "0.29.3"
dependencies = [
"actix-web",
"proptest",
@ -2199,8 +2199,8 @@ dependencies = [
[[package]]
name = "milli"
version = "0.33.4"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.5#4fc6331cb6526c07f3137584564cfe3493fb25bd"
version = "0.33.6"
source = "git+https://github.com/meilisearch/milli.git?tag=v0.33.6#0998f6b3becacb8c88fe9cad0dc5b17b7fb287da"
dependencies = [
"bimap",
"bincode",
@ -2534,7 +2534,7 @@ checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "permissive-json-pointer"
version = "0.29.2"
version = "0.29.3"
dependencies = [
"big_s",
"serde_json",

View File

@ -1,13 +1,13 @@
[package]
name = "meilisearch-auth"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
[dependencies]
enum-iterator = "0.7.0"
hmac = "0.12.1"
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.6" }
rand = "0.8.4"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = { version = "1.0.85", features = ["preserve_order"] }

View File

@ -4,7 +4,7 @@ description = "Meilisearch HTTP server"
edition = "2021"
license = "MIT"
name = "meilisearch-http"
version = "0.29.2"
version = "0.29.3"
[[bin]]
name = "meilisearch"

View File

@ -1,6 +1,6 @@
[package]
name = "meilisearch-lib"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
[dependencies]
@ -28,7 +28,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
meilisearch-auth = { path = "../meilisearch-auth" }
meilisearch-types = { path = "../meilisearch-types" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.5" }
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.6" }
mime = "0.3.16"
num_cpus = "1.13.1"
obkv = "0.2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "meilisearch-types"
version = "0.29.2"
version = "0.29.3"
authors = ["marin <postma.marin@protonmail.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "permissive-json-pointer"
version = "0.29.2"
version = "0.29.3"
edition = "2021"
description = "A permissive json pointer"
readme = "README.md"