Skip to content

Commit

Permalink
Update deps (jiff 0.2.0, clap, winnow)
Browse files Browse the repository at this point in the history
Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Feb 13, 2025
1 parent d68c01b commit 978283b
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 21 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ Fixes in this release ...
Updated deps and tools:

* Dependencies
** clap: v4.5.28
** jiff: v0.1.29
** clap: v4.5.29
** jiff: v0.2.0
** serde_json: v1.0.138
** toml: 0.8.20
** uuid: v1.13.1
** winnow: 0.7.1
** winnow: 0.7.2

===== Rust toolchain

Expand Down
44 changes: 29 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ codegen-units = 1
[workspace.dependencies]
base64 = { version = "0.22.1" }
indoc = "2.0.5"
jiff = { version = "0.1.29", features = [ "serde" ]}
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" ] }
Expand Down
2 changes: 1 addition & 1 deletion tackler-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tackler-rs = { path = "../tackler-rs", version = "0.9.0-dev" }
tackler-api = { path = "../tackler-api", version = "0.9.0-dev" }
tackler-core = { path = "../tackler-core", version = "0.9.0-dev" }
log = { workspace = true }
clap = { version = "4.5.28", features = [ "derive" ] }
clap = { version = "4.5.29", features = [ "derive" ] }

[target.'cfg(not(target_env = "msvc"))'.dependencies]
tikv-jemallocator = { workspace = true }
Expand Down
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.1" # PResult is depracated and changing it now will conflict with TEP-1015 work
winnow = "0.7.2"

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

0 comments on commit 978283b

Please sign in to comment.