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 Feb 25, 2024
1 parent cfb970e commit 5418ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ actix-files = "0.6.5"
actix-http = "3.6.0"
actix-service = "2.0.2"
actix-web = "4.5.1"
ahash = { version = "0.8.8", features = ["std", "serde", "runtime-rng"] }
ahash = { version = "0.8.9", features = ["std", "serde", "runtime-rng"] }
chrono = { version = "0.4.34", features = ["alloc", "std", "clock", "serde", "unstable-locales"] }
clap = { version = "4.5.1", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
comrak = { version = "0.19.0", features = ["syntect", "shortcodes"] }
Expand All @@ -61,8 +61,8 @@ notify = "6.1.1"
path-clean = "1.0.1"
pathdiff = "0.2.1"
relative-path = "1.9.2"
serde = "1.0.196"
serde_yaml = "0.9.31"
serde = "1.0.197"
serde_yaml = "0.9.32"
sys-locale = "0.3.1"
ticky = { version = "1.0.2", features = ["stdtime"] }
tokio = { version = "1.36.0", features = ["full"] }
Expand Down

0 comments on commit 5418ab3

Please sign in to comment.