Update chrono-tz requirement from 0.9 to 0.10 (#1284)
Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](https://github.com/chronotope/chrono-tz/compare/v0.9.0...v0.10.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
fb96fb1dd1
commit
8d1aa9c61c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ auto_enums = "0.8"
|
|||
bigdecimal = { version = "0.4", optional = true }
|
||||
bson = { version = "2.4", optional = true }
|
||||
chrono = { version = "0.4.30", features = ["alloc"], default-features = false, optional = true }
|
||||
chrono-tz = { version = "0.9", default-features = false, optional = true }
|
||||
chrono-tz = { version = "0.10", default-features = false, optional = true }
|
||||
fnv = "1.0.5"
|
||||
futures = { version = "0.3.22", features = ["alloc"], default-features = false }
|
||||
graphql-parser = { version = "0.4", optional = true }
|
||||
|
|
Loading…
Reference in a new issue