From 642540a3d6392d94e53e8b45e8ef413c0d1043f2 Mon Sep 17 00:00:00 2001 From: Ammar Abou Zor Date: Tue, 3 Dec 2024 12:30:18 +0100 Subject: [PATCH] Rust dependencies: All versions' format to xx.xx Set all versions' format to xx.xx to make it as a standard for all dependencies --- application/apps/indexer/Cargo.toml | 4 ++-- application/apps/indexer/session/Cargo.toml | 2 +- application/apps/indexer/sources/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/apps/indexer/Cargo.toml b/application/apps/indexer/Cargo.toml index 80514d648..5129232ae 100644 --- a/application/apps/indexer/Cargo.toml +++ b/application/apps/indexer/Cargo.toml @@ -19,7 +19,7 @@ members = [ log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "2" +thiserror = "2.0" lazy_static = "1.5" tokio = { version = "1", features = ["full"] } tokio-stream = "0.1" @@ -34,7 +34,7 @@ rand = "0.8" dirs = "5.0" uuid = "1.3" grep-searcher = "0.1" -tempfile = "3" +tempfile = "3.14" env_logger = "0.11" ## Development Dependencies ## diff --git a/application/apps/indexer/session/Cargo.toml b/application/apps/indexer/session/Cargo.toml index 62797b825..3f345443c 100644 --- a/application/apps/indexer/session/Cargo.toml +++ b/application/apps/indexer/session/Cargo.toml @@ -19,7 +19,7 @@ merging = { path = "../merging" } mime_guess = "2.0" parsers = { path = "../parsers" } processor = { path = "../processor" } -rustc-hash = "2" +rustc-hash = "2.1" serde = { workspace = true , features = ["derive"] } serde_json.workspace = true serialport = "4.6" diff --git a/application/apps/indexer/sources/Cargo.toml b/application/apps/indexer/sources/Cargo.toml index 6d5e41440..480b74dcc 100644 --- a/application/apps/indexer/sources/Cargo.toml +++ b/application/apps/indexer/sources/Cargo.toml @@ -23,7 +23,7 @@ serde = { workspace = true, features = ["derive"] } uuid = { workspace = true , features = ["serde", "v4"] } regex.workspace = true lazy_static.workspace = true -shellexpand = "3.1.0" +shellexpand = "3.1" [dev-dependencies] env_logger.workspace = true