Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Feb 22, 2025
1 parent b6cc30d commit 8e4d8d4
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ Updated deps and tools:
* Dependencies
** clap: v4.5.30
** jiff: v0.2.1
** serde_json: v1.0.138
** serde_json: v1.0.139
** toml: 0.8.20
** uuid: v1.13.1
** winnow: 0.7.2
** uuid: v1.14.0
** winnow: 0.7.3

===== Rust toolchain

Expand Down
50 changes: 25 additions & 25 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ indoc = "2.0.5"
jiff = { version = "0.2.0", features = [ "serde" ]}
rust_decimal = { version = "1.36.0", features= ["serde-with-arbitrary-precision" ]}
rust_decimal_macros = { version = "1.36" }
uuid = { version = "1.13.1", default-features = false, features = [ "serde" ] }
uuid = { version = "1.14.0", default-features = false, features = [ "serde" ] }
log = "0.4.22"
regex = { version = "1.11.1" }
serde = { version = "1.0.217", default-features = false }
serde_json = { version = "1.0.138" , default-features = false, features = [ "std", "arbitrary_precision" ] }
serde = { version = "1.0.218", default-features = false }
serde_json = { version = "1.0.139" , default-features = false, features = [ "std", "arbitrary_precision" ] }
itertools = "0.13.0"
tikv-jemallocator = "0.6.0"
2 changes: 1 addition & 1 deletion tackler-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ digest = "0.10.7"

gix = { version = "0.70.0", default-features = false, features = ["max-performance-safe", "revision"] }
toml = "0.8.20"
winnow = "0.7.2"
winnow = "0.7.3"

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { workspace = true }
Expand Down

0 comments on commit 8e4d8d4

Please sign in to comment.