diff --git a/Cargo.toml b/Cargo.toml index 8d8af8e..f99ed9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } @@ -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 ]===================================