Skip to content

Commit

Permalink
chrono version match
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb committed Nov 25, 2024
1 parent acf43ac commit a33face
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
axum = { version = "0.7.7", features = ["ws"] }
bollard = "0.17.0"
chrono = { version = "0.4.38", features = ["serde"] }
chrono = { version = "0.4.31", features = ["serde"] }
clap = "4.4.10"
data-encoding = "2.4.0"
futures-util = "0.3.29"
Expand Down

0 comments on commit a33face

Please sign in to comment.