Skip to content

Commit

Permalink
Specify more lenient version of hex dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
koxu1996 committed Mar 26, 2024
1 parent a7e09f3 commit 7de315a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kairos-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_json = "1"
tokio = { version = "1", features = ["full", "tracing", "macros"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["std", "env-filter"] }
hex = "0.4.3"
hex = "0.4"
kairos-tx = { path = "../kairos-tx" }

[dev-dependencies]
Expand Down

0 comments on commit 7de315a

Please sign in to comment.