Skip to content

Commit

Permalink
Update serde and uuid version
Browse files Browse the repository at this point in the history
  • Loading branch information
AmrDeveloper committed Jan 12, 2025
1 parent df381ad commit ec38a7f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ gix = { version = "0.69.1", default-features = false }
dyn-clone = { version = "1.0.17" }
comfy-table = { version = "7.1.3" }
termcolor = { version = "1.4.1" }
serde_json = { version = "1.0.134" }
serde_json = { version = "1.0.135" }
csv = { version = "1.3.1" }
chrono = { version = "0.4.39" }
regex = { version = "1.11.1" }
rand = { version = "0.8.5" }
indexmap = { version = "2.7.0" }
uuid = { version = "1.11.0", features = ["v4"] }
uuid = { version = "1.11.1", features = ["v4"] }

[profile.release]
lto = true
Expand Down

0 comments on commit ec38a7f

Please sign in to comment.