diff --git a/build-info/Cargo.toml b/build-info/Cargo.toml index 27dedaddd..c24dffe5c 100644 --- a/build-info/Cargo.toml +++ b/build-info/Cargo.toml @@ -15,4 +15,4 @@ time = { version = "0.3.36", features = ["parsing"] } [build-dependencies] anyhow = "1.0.86" -vergen-git2 = "1.0.0-beta.2" +vergen-git2 = "1.0.0" diff --git a/dump/Cargo.toml b/dump/Cargo.toml index 8c87f9a35..f9d2a9a0b 100644 --- a/dump/Cargo.toml +++ b/dump/Cargo.toml @@ -25,7 +25,7 @@ tempfile = "3.10.1" thiserror = "1.0.61" time = { version = "0.3.36", features = ["serde-well-known", "formatting", "parsing", "macros"] } tracing = "0.1.40" -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } [dev-dependencies] big_s = "1.0.2" diff --git a/file-store/Cargo.toml b/file-store/Cargo.toml index 6e848922b..08b7bb717 100644 --- a/file-store/Cargo.toml +++ b/file-store/Cargo.toml @@ -14,4 +14,4 @@ license.workspace = true tempfile = "3.10.1" thiserror = "1.0.61" tracing = "0.1.40" -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } diff --git a/fuzzers/Cargo.toml b/fuzzers/Cargo.toml index 5a2253295..6ebd37906 100644 --- a/fuzzers/Cargo.toml +++ b/fuzzers/Cargo.toml @@ -12,7 +12,7 @@ license.workspace = true [dependencies] arbitrary = { version = "1.3.2", features = ["derive"] } -clap = { version = "4.5.8", features = ["derive"] } +clap = { version = "4.5.9", features = ["derive"] } fastrand = "2.1.0" milli = { path = "../milli" } serde = { version = "1.0.204", features = ["derive"] } diff --git a/index-scheduler/Cargo.toml b/index-scheduler/Cargo.toml index dc475a7cb..6f099a025 100644 --- a/index-scheduler/Cargo.toml +++ b/index-scheduler/Cargo.toml @@ -37,7 +37,7 @@ time = { version = "0.3.36", features = [ ] } tracing = "0.1.40" ureq = "2.10.0" -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } [dev-dependencies] arroy = "0.4.0" diff --git a/meilisearch-auth/Cargo.toml b/meilisearch-auth/Cargo.toml index aaa89bdbe..ae0095ab4 100644 --- a/meilisearch-auth/Cargo.toml +++ b/meilisearch-auth/Cargo.toml @@ -23,4 +23,4 @@ serde_json = { version = "1.0.120", features = ["preserve_order"] } sha2 = "0.10.8" thiserror = "1.0.61" time = { version = "0.3.36", features = ["serde-well-known", "formatting", "parsing", "macros"] } -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } diff --git a/meilisearch-types/Cargo.toml b/meilisearch-types/Cargo.toml index e864fe15e..73306c4dc 100644 --- a/meilisearch-types/Cargo.toml +++ b/meilisearch-types/Cargo.toml @@ -37,7 +37,7 @@ time = { version = "0.3.36", features = [ "macros", ] } tokio = "1.38" -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } [dev-dependencies] insta = "1.39.0" diff --git a/meilisearch/Cargo.toml b/meilisearch/Cargo.toml index 0a23dc56b..9119651db 100644 --- a/meilisearch/Cargo.toml +++ b/meilisearch/Cargo.toml @@ -36,7 +36,7 @@ byte-unit = { version = "5.1.4", default-features = false, features = [ "serde", ] } bytes = "1.6.0" -clap = { version = "4.5.8", features = ["derive", "env"] } +clap = { version = "4.5.9", features = ["derive", "env"] } crossbeam-channel = "0.5.13" deserr = { version = "0.6.2", features = ["actix-web"] } dump = { path = "../dump" } @@ -80,8 +80,8 @@ serde_json = { version = "1.0.120", features = ["preserve_order"] } sha2 = "0.10.8" siphasher = "1.0.1" slice-group-by = "0.3.1" -static-files = { version = "0.2.3", optional = true } -sysinfo = "0.30.12" +static-files = { version = "0.2.4", optional = true } +sysinfo = "0.30.13" tar = "0.4.41" tempfile = "3.10.1" thiserror = "1.0.61" @@ -93,7 +93,7 @@ time = { version = "0.3.36", features = [ ] } tokio = { version = "1.38.0", features = ["full"] } toml = "0.8.14" -uuid = { version = "1.9.1", features = ["serde", "v4"] } +uuid = { version = "1.10.0", features = ["serde", "v4"] } serde_urlencoded = "0.7.1" termcolor = "1.4.1" url = { version = "2.5.2", features = ["serde"] } @@ -123,7 +123,7 @@ reqwest = { version = "0.12.5", features = [ "rustls-tls", ], default-features = false, optional = true } sha-1 = { version = "0.10.1", optional = true } -static-files = { version = "0.2.3", optional = true } +static-files = { version = "0.2.4", optional = true } tempfile = { version = "3.10.1", optional = true } zip = { version = "2.1.3", optional = true } diff --git a/meilitool/Cargo.toml b/meilitool/Cargo.toml index 2c5433efc..bf68b219e 100644 --- a/meilitool/Cargo.toml +++ b/meilitool/Cargo.toml @@ -10,10 +10,10 @@ license.workspace = true [dependencies] anyhow = "1.0.86" -clap = { version = "4.5.8", features = ["derive"] } +clap = { version = "4.5.9", features = ["derive"] } dump = { path = "../dump" } file-store = { path = "../file-store" } meilisearch-auth = { path = "../meilisearch-auth" } meilisearch-types = { path = "../meilisearch-types" } time = { version = "0.3.36", features = ["formatting"] } -uuid = { version = "1.9.1", features = ["v4"], default-features = false } +uuid = { version = "1.10.0", features = ["v4"], default-features = false } diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 29a0e481b..5f38cf929 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -59,7 +59,7 @@ time = { version = "0.3.36", features = [ "parsing", "macros", ] } -uuid = { version = "1.9.1", features = ["v4"] } +uuid = { version = "1.10.0", features = ["v4"] } filter-parser = { path = "../filter-parser" } diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8594ab6aa..79bed3d2e 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -14,7 +14,7 @@ license.workspace = true anyhow = "1.0.86" build-info = { version = "1.7.0", path = "../build-info" } cargo_metadata = "0.18.1" -clap = { version = "4.5.8", features = ["derive"] } +clap = { version = "4.5.9", features = ["derive"] } futures-core = "0.3.30" futures-util = "0.3.30" reqwest = { version = "0.12.5", features = [ @@ -25,7 +25,7 @@ reqwest = { version = "0.12.5", features = [ serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.120" sha2 = "0.10.8" -sysinfo = "0.30.12" +sysinfo = "0.30.13" time = { version = "0.3.36", features = [ "serde", "serde-human-readable", @@ -41,4 +41,4 @@ tokio = { version = "1.38.0", features = [ tracing = "0.1.40" tracing-subscriber = "0.3.18" tracing-trace = { version = "0.1.0", path = "../tracing-trace" } -uuid = { version = "1.9.1", features = ["v7", "serde"] } +uuid = { version = "1.10.0", features = ["v7", "serde"] }