Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurlm committed Feb 2, 2025
1 parent e72b98e commit 8bf5ff2
Show file tree
Hide file tree
Showing 17 changed files with 115 additions and 93 deletions.
139 changes: 71 additions & 68 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 examples/executor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ quickfix = { path = "../../quickfix", version = "0.1.0" }
quickfix-msg40 = { path = "../../quickfix-msg40", version = "0.1.0" }
quickfix-msg41 = { path = "../../quickfix-msg41", version = "0.1.0" }
quickfix-msg42 = { path = "../../quickfix-msg42", version = "0.1.0" }
thiserror = "1.0.69"
thiserror = "2.0.11"
4 changes: 2 additions & 2 deletions quickfix-msg-gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ rust-version = "1.70.0"
[dependencies]
quickfix-spec-parser = { path = "../quickfix-spec-parser", version = "0.1.0" }
quickfix = { path = "../quickfix", version = "0.1.0" }
convert_case = "0.6.0"
itertools = "0.13.0"
convert_case = "0.7.1"
itertools = "0.14.0"
bytes = "1.9.0"
Loading

0 comments on commit 8bf5ff2

Please sign in to comment.