Skip to content

Commit 8bf5ff2

Browse files
committed
⬆️ Update dependencies
1 parent e72b98e commit 8bf5ff2

File tree

17 files changed

+115
-93
lines changed

17 files changed

+115
-93
lines changed

Cargo.lock

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

examples/executor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ quickfix = { path = "../../quickfix", version = "0.1.0" }
99
quickfix-msg40 = { path = "../../quickfix-msg40", version = "0.1.0" }
1010
quickfix-msg41 = { path = "../../quickfix-msg41", version = "0.1.0" }
1111
quickfix-msg42 = { path = "../../quickfix-msg42", version = "0.1.0" }
12-
thiserror = "1.0.69"
12+
thiserror = "2.0.11"

quickfix-msg-gen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ rust-version = "1.70.0"
1313
[dependencies]
1414
quickfix-spec-parser = { path = "../quickfix-spec-parser", version = "0.1.0" }
1515
quickfix = { path = "../quickfix", version = "0.1.0" }
16-
convert_case = "0.6.0"
17-
itertools = "0.13.0"
16+
convert_case = "0.7.1"
17+
itertools = "0.14.0"
1818
bytes = "1.9.0"

0 commit comments

Comments
 (0)