Skip to content

Commit 93b0735

Browse files
committed
fix(deps): update rust crate chrono to 0.4.31
1 parent 500612b commit 93b0735

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ repository = "https://github.com/beat-forge/api"
1717
actix-cors = "0.6.4"
1818
actix-web = "4.4.0"
1919
actix-web-lab = "0.19.1"
20-
chrono = { version = "0.4.30", features = ["serde"] }
20+
chrono = { version = "0.4.31", features = ["serde"] }
2121
env_logger = "0.10.0"
2222
juniper = "0.15.11"
2323
log = "0.4.20"

meilisearch-entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
chrono = { version = "0.4.30", features = ["serde"] }
9+
chrono = { version = "0.4.31", features = ["serde"] }
1010
entity = { path = "../entity" }
1111
sea-orm = "0.12.2"
1212
semver = { version = "1.0.18", features = ["serde"] }

0 commit comments

Comments
 (0)