Skip to content

Commit

Permalink
Rust dependencies: All versions' format to xx.xx
Browse files Browse the repository at this point in the history
Set all versions' format to xx.xx to make it as a standard for all dependencies
  • Loading branch information
AmmarAbouZor committed Dec 3, 2024
1 parent 63dfbc9 commit 642540a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions application/apps/indexer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 ##
Expand Down
2 changes: 1 addition & 1 deletion application/apps/indexer/session/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion application/apps/indexer/sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 642540a

Please sign in to comment.