Skip to content

Commit e03323d

Browse files
committed
Upgrade crate versions to 0.0.24
1 parent 202c400 commit e03323d

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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
@@ -6,7 +6,7 @@ members = [
66
resolver = "2"
77

88
[workspace.package]
9-
version = "0.0.23"
9+
version = "0.0.24"
1010
authors = ["David Steiner <david_j_steiner@yahoo.co.nz>"]
1111
edition = "2024"
1212
license = "MIT"

crates/hotfix-codegen/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ workspace = true
1616

1717
[dependencies]
1818
chrono = "0.4"
19-
hotfix-dictionary = { version = "0.0.23", path = "../hotfix-dictionary" }
19+
hotfix-dictionary = { version = "0.0.24", path = "../hotfix-dictionary" }
2020
fnv = "1"
2121
heck = "0.5"
2222
indoc = "2"
2323

2424
[dev-dependencies]
25-
hotfix-dictionary = { version = "0.0.23", path = "../hotfix-dictionary", features = ["fix40", "fix41", "fix42", "fix43", "fix50"] }
25+
hotfix-dictionary = { version = "0.0.24", path = "../hotfix-dictionary", features = ["fix40", "fix41", "fix42", "fix43", "fix50"] }
2626
syn = { version = "2", features = ["parsing"] }

crates/hotfix-message/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@ workspace = true
2020

2121
[dependencies]
2222
chrono = "0.4"
23-
hotfix-derive = { version = "0.0.23", path = "../hotfix-derive" }
24-
hotfix-dictionary = { version = "0.0.23", path = "../hotfix-dictionary" }
23+
hotfix-derive = { version = "0.0.24", path = "../hotfix-derive" }
24+
hotfix-dictionary = { version = "0.0.24", path = "../hotfix-dictionary" }
2525
thiserror = { workspace = true }
2626

2727
[dev-dependencies]
2828
anyhow = "1.0.75"
29-
hotfix-dictionary = { version = "0.0.23", path = "../hotfix-dictionary", features = ["fix42"] }
29+
hotfix-dictionary = { version = "0.0.24", path = "../hotfix-dictionary", features = ["fix42"] }
3030
quickcheck = "1"
3131
quickcheck_macros = "1"
3232

3333
[build-dependencies]
3434
chrono = "0.4"
35-
hotfix-codegen = { version = "0.0.23", path = "../hotfix-codegen" }
36-
hotfix-dictionary = { version = "0.0.23", path = "../hotfix-dictionary", features = ["fix42"] }
35+
hotfix-codegen = { version = "0.0.24", path = "../hotfix-codegen" }
36+
hotfix-dictionary = { version = "0.0.24", path = "../hotfix-dictionary", features = ["fix42"] }

crates/hotfix/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ async-trait = "^0.1.73"
2424
chrono = { workspace = true, features = ["serde"] }
2525
chrono-tz = { workspace = true, features = ["serde"] }
2626
futures = "^0.3.28"
27-
hotfix-message = { version = "0.0.23", path = "../hotfix-message" }
27+
hotfix-message = { version = "0.0.24", path = "../hotfix-message" }
2828
mongodb = { version = "^3.2", optional = true }
2929
pki-types = { package = "rustls-pki-types", version = "^1" }
3030
redb = { version = "^2.6", optional = true }
@@ -40,4 +40,4 @@ uuid = { version = "1.5.0", features = ["v4"] }
4040

4141
[dev-dependencies]
4242
testcontainers = "^0.24"
43-
tokio = { version = "^1", features = ["test-util"] }
43+
tokio = { version = "^1", features = ["test-util"] }

0 commit comments

Comments
 (0)