Skip to content

Commit fea372c

Browse files
committed
chore: merge dependabot
* 'dependabot/cargo/cargo-a0c38c4a45' Signed-off-by: 35V LG84 <35vlg84-x4e6b92@e257.fi>
2 parents 810e3eb + 777a8f1 commit fea372c

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ uuid = { version = "1.19.0", default-features = false, features = [ "serde" ] }
5050
log = "0.4.29"
5151
regex = { version = "1.12.2" }
5252
serde = { version = "1.0.228", default-features = false }
53-
serde_json = { version = "1.0.145" , default-features = false, features = [ "std", "arbitrary_precision" ] }
53+
serde_json = { version = "1.0.149" , default-features = false, features = [ "std", "arbitrary_precision" ] }
5454
itertools = "0.14.0"
5555
mimalloc = { version = "0.1.48" }

tackler-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ sha3 = "0.10.8"
3939
digest = "0.10.7"
4040

4141
gix = { version = "0.77.0", default-features = false, features = ["max-performance-safe", "revision"] }
42-
toml = "0.9.10"
42+
toml = "0.9.11"
4343
winnow = "0.7.14"
4444

4545
mimalloc = { workspace = true }

0 commit comments

Comments
 (0)