Skip to content

Commit

Permalink
Merge dependabot toml, clap, uuid and jiff
Browse files Browse the repository at this point in the history
'dependabot/cargo/toml-0.8.20',
'dependabot/cargo/clap-4.5.28',
'dependabot/cargo/uuid-1.13.1',
'dependabot/cargo/jiff-0.1.29',

Signed-off-by: 35V LG84 <[email protected]>
  • Loading branch information
35VLG84 committed Feb 9, 2025
5 parents eb6b467 + be0d01f + b93b3ef + 56e7b7f + 7a6d43a commit c576b4c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 26 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ Fixes in this release ...
Updated deps and tools:

* Dependencies
** clap: v4.5.27
** jiff: v0.1.28
** clap: v4.5.28
** jiff: v0.1.29
** serde_json: v1.0.138
** uuid: v1.12.1
** toml: 0.8.20
** uuid: v1.13.1

===== Rust toolchain

Expand Down
47 changes: 28 additions & 19 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 @@ -42,10 +42,10 @@ codegen-units = 1
[workspace.dependencies]
base64 = { version = "0.22.1" }
indoc = "2.0.5"
jiff = { version = "0.1.28", features = [ "serde" ]}
jiff = { version = "0.1.29", features = [ "serde" ]}
rust_decimal = { version = "1.36.0", features= ["serde-with-arbitrary-precision" ]}
rust_decimal_macros = { version = "1.36" }
uuid = { version = "1.12.1", default-features = false, features = [ "serde" ] }
uuid = { version = "1.13.1", default-features = false, features = [ "serde" ] }
log = "0.4.22"
regex = { version = "1.11.1" }
serde = { version = "1.0.217", default-features = false }
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.27", features = [ "derive" ] }
clap = { version = "4.5.28", 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 @@ -39,7 +39,7 @@ sha3 = "0.10.8"
digest = "0.10.7"

gix = { version = "0.70.0", default-features = false, features = ["max-performance-safe", "revision"] }
toml = "0.8.19"
toml = "0.8.20"
winnow = "=0.6.24" # PResult is depracated and changing it now will conflict with TEP-1015 work

[target.'cfg(not(target_env = "msvc"))'.dependencies]
Expand Down

0 comments on commit c576b4c

Please sign in to comment.