Skip to content

Commit

Permalink
Updated crate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danwilliams committed Nov 12, 2024
1 parent f9551f8 commit 9bf8166
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ lto = "thin" # Enable link-time optimisation (fast)
#==============================[ DEPENDENCIES ]===============================

[dependencies]
axum = { version = "0.7.5", features = ["ws"] }
axum = { version = "0.7.7", features = ["ws"] }
comrak = { version = "0.18.0", features = ["emojis", "shortcodes"] }
include_dir = { version = "0.7.4", features = ["glob"] }
nipper = "0.1.9"
parking_lot = "0.12.3"
rubedo = "0.6.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
rubedo = "0.6.3"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
smart-default = "0.7.1"
tendril = "0.4.3"
tera = "1.20.0"
terracotta = { version = "0.4.0", features = ["full"] }
tokio = { version = "1.40.0", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
terracotta = { version = "0.4.1", features = ["full"] }
tokio = { version = "1.41.1", features = ["fs", "io-std", "io-util", "macros", "rt-multi-thread"] }
tracing = "0.1.40"
utoipa = { version = "4.2.3", features = ["axum_extras", "chrono", "preserve_order", "indexmap"] }

Expand All @@ -44,12 +44,12 @@ tikv-jemallocator = "0.6.0"
[build-dependencies]
comrak = { version = "0.18.0", features = ["emojis", "shortcodes"] }
nipper = "0.1.9"
rubedo = "0.6.2"
serde = { version = "1.0.210", features = ["derive"] }
serde_json = { version = "1.0.128", features = ["preserve_order"] }
rubedo = "0.6.3"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = { version = "1.0.132", features = ["preserve_order"] }
tendril = "0.4.3"
tokio = { version = "1.40.0", features = ["io-std", "io-util", "macros", "rt", "rt-multi-thread", "time"] }
walkdir = "2.4.0"
tokio = { version = "1.41.1", features = ["io-std", "io-util", "macros", "rt", "rt-multi-thread", "time"] }
walkdir = "2.5.0"

#=================================[ LINTS ]===================================

Expand Down

0 comments on commit 9bf8166

Please sign in to comment.