From 00f5c58e390a16e96ba93abaf88183245ef2af3d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Sat, 6 Apr 2024 20:11:24 +0000 Subject: [PATCH] fix(deps): update all dependencies --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d8653b6..24c40d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [workspace] [workspace.dependencies] -uuid = { version = "1.3.0", features = ["v4", "serde"] } -chrono = { version = "0.4.23", features = ["serde"] } +uuid = { version = "1.8.0", features = ["v4", "serde"] } +chrono = { version = "0.4.37", features = ["serde"] } serde = { version = "1", features = ["derive"] } @@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"] [dependencies] console_error_panic_hook = "0.1" -console_log = "0.2" +console_log = "1.0" cfg-if = "1" lazy_static = "1" leptos = { version = "*", features = ["serde"] } @@ -27,23 +27,23 @@ leptos_router = { version = "*" } log = "0.4" simple_logger = "4" thiserror = "1" -axum = { version = "0.6.1", optional = true } +axum = { version = "0.7.5", optional = true } tower = { version = "0.4.13", optional = true } -tower-http = { version = "0.3.4", features = ["fs"], optional = true } +tower-http = { version = "0.5.2", features = ["fs"], optional = true } tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true } wasm-bindgen = "0.2" -tracing-subscriber = { version = "0.3.16", optional = true, features = [ +tracing-subscriber = { version = "0.3.18", optional = true, features = [ "env-filter", ] } -tracing = { version = "0.1.37", features = ["log"], optional = true } -anyhow = { version = "1.0.71" } +tracing = { version = "0.1.40", features = ["log"], optional = true } +anyhow = { version = "1.0.81" } serde = { workspace = true } chrono = { workspace = true } uuid = { workspace = true, features = ["v4", "wasm-bindgen", "js", "serde"] } -graphql_client = { version = "0.13.0", features = ["reqwest"] } +graphql_client = { version = "0.14.0", features = ["reqwest"] } reqwasm = "0.5.0" -serde_json = "1.0.96" +serde_json = "1.0.115" [features] hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]