Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
Automatically update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Dokkoo authored and Dokkoo committed Mar 31, 2024
1 parent 3cefbc5 commit c2a9e9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ actix-http = "3.6.0"
actix-service = "2.0.2"
actix-web = "4.5.1"
ahash = { version = "0.8.11", features = ["std", "serde", "runtime-rng"] }
chrono = { version = "0.4.35", features = ["alloc", "std", "clock", "serde", "unstable-locales"] }
clap = { version = "4.5.3", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
chrono = { version = "0.4.37", features = ["alloc", "std", "clock", "serde", "unstable-locales"] }
clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] }
derive_more = { version = "0.99.17", features = ["default", "convert_case", "generate-parsing-rs", "testing-helpers", "nightly", "peg", "rustc_version" ] }
futures = "0.3.30"
Expand All @@ -62,10 +62,10 @@ path-clean = "1.0.1"
pathdiff = "0.2.1"
relative-path = "1.9.2"
serde = "1.0.197"
serde_yaml = "0.9.33"
serde_yaml = "0.9.34"
sys-locale = "0.3.1"
ticky = { version = "1.0.2", features = ["stdtime"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio = { version = "1.37.0", features = ["full"] }
wild = "2.2.1"

[profile.release]
Expand Down

0 comments on commit c2a9e9c

Please sign in to comment.