fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure

This commit is contained in:
Kasper Juul Hermansen 2024-04-06 20:11:24 +00:00
parent 21ff2cd443
commit 00f5c58e39

View File

@ -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"]