From a32bb4bbce46071d21f4bce80ed6cd6b55e47168 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 15 Nov 2024 16:35:03 +0100 Subject: [PATCH] update deps --- Cargo.toml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed63e8c..b3fb05f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,25 +58,25 @@ dbg_macro = "deny" unwrap_used = "deny" [dependencies] -anyhow = "1.0.89" +anyhow = "1.0.93" leptos = "0.7.0-rc1" leptos_meta = "0.7.0-rc1" leptos_router = "0.7.0-rc1" chrono = { version = "0.4.38", features = ["serde"] } env_logger = { version = "0.11.5", default-features = false } -futures = "0.3.30" +futures = "0.3.31" hex = "0.4.3" rand = "0.8.5" getrandom = { version = "0.2", features = ["js"] } -serde_json = "1.0.128" +serde_json = "1.0.132" sha2 = "0.10.8" -uuid = { version = "1.10.0", features = ["serde"] } -serde = { version = "1.0.210", features = ["derive"] } -url = { version = "2.5.2", features = ["serde"] } -reqwest = { version = "0.12.8", features = ["json", "cookies"] } +uuid = { version = "1.11.0", features = ["serde"] } +serde = { version = "1.0.215", features = ["derive"] } +url = { version = "2.5.3", features = ["serde"] } +reqwest = { version = "0.12.9", features = ["json", "cookies"] } log = "0.4" tracing = "0.1.40" -once_cell = "1.20.1" +once_cell = "1.20.2" console_error_panic_hook = "0.1.7" time = "0.3.36" markdown-it = "0.6.1" @@ -87,15 +87,15 @@ markdown-it-heading-anchors = "0.3.0" markdown-it-footnote = "0.2.0" markdown-it-sub = "1.0.0" markdown-it-sup = "1.0.0" -leptos-use = "0.14.0-rc2" +leptos-use = "0.14.0-rc3" codee = "0.2.0" -wasm-bindgen = "0.2.95" +wasm-bindgen = "=0.2.95" # backend-only features axum = { version = "0.7.7", optional = true } axum-macros = { version = "0.4.2", optional = true } axum-extra = { version = "0.9.4", features = ["cookie"], optional = true } -tokio = { version = "1.40.0", features = ["full"], optional = true } +tokio = { version = "1.41.1", features = ["full"], optional = true } tower-http = { version = "0.6.1", features = ["cors", "fs"], optional = true } activitypub_federation = { version = "0.6.0", features = [ "axum", @@ -116,7 +116,7 @@ bcrypt = { version = "0.15.1", optional = true } diffy = { version = "0.4.0", optional = true } enum_delegate = { version = "0.2.0", optional = true } async-trait = { version = "0.1.83", optional = true } -config = { version = "0.14.0", features = ["toml"], optional = true } +config = { version = "0.14.1", features = ["toml"], optional = true } tower = { version = "0.5.1", optional = true } tower-layer = { version = "0.3.3", optional = true } console_log = "1.0.0"