Skip to content

Commit

Permalink
start, bump chrono to the minimum needed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ParkMyCar committed Mar 27, 2024
1 parent 91522e4 commit fb7240c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion postgres-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ postgres-derive = { version = "0.4.2", optional = true, path = "../postgres-deri

array-init = { version = "2", optional = true }
bit-vec-06 = { version = "0.6", package = "bit-vec", optional = true }
chrono-04 = { version = "0.4.16", package = "chrono", default-features = false, features = [
chrono-04 = { version = "0.4.33", package = "chrono", default-features = false, features = [
"clock",
], optional = true }
cidr-02 = { version = "0.2", package = "cidr", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion tokio-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tokio = { version = "1.0", features = [
] }

bit-vec-06 = { version = "0.6", package = "bit-vec" }
chrono-04 = { version = "0.4", package = "chrono", default-features = false }
chrono-04 = { version = "0.4.33", package = "chrono", default-features = false }
eui48-04 = { version = "0.4", package = "eui48" }
eui48-1 = { version = "1.0", package = "eui48" }
geo-types-06 = { version = "0.6", package = "geo-types" }
Expand Down

0 comments on commit fb7240c

Please sign in to comment.