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 May 26, 2024
1 parent 8c85936 commit 42d882d
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 @@ -39,9 +39,9 @@ doc = false

[dependencies]
actix-files = "0.6.5"
actix-http = "3.6.0"
actix-http = "3.7.0"
actix-service = "2.0.2"
actix-web = "4.5.1"
actix-web = "4.6.0"
ahash = { version = "0.8.11", features = ["std", "serde", "runtime-rng"] }
chrono = { version = "0.4.38", features = ["alloc", "std", "clock", "serde", "unstable-locales"] }
clap = { version = "4.5.4", features = ["cargo", "suggestions", "color", "wrap_help", "unicode"] }
Expand All @@ -56,12 +56,12 @@ liquid = "0.26.4"
liquid-core = "0.26.4"
liquid-lib = { version = "0.26.4", features = ["all", "stdlib", "jekyll", "shopify", "extra"] }
miette = { version = "5.10.0", features = ["fancy"] }
mimalloc = { version = "0.1.41", default-features = false }
mimalloc = { version = "0.1.42", default-features = false }
notify = "6.1.1"
path-clean = "1.0.1"
pathdiff = "0.2.1"
relative-path = "1.9.3"
serde = "1.0.202"
serde = "1.0.203"
serde_yaml = "0.9.34"
sys-locale = "0.3.1"
ticky = { version = "1.0.2", features = ["stdtime"] }
Expand Down

0 comments on commit 42d882d

Please sign in to comment.