fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
Some checks failed
renovate/artifacts Artifact file update failure
This commit is contained in:
parent
21ff2cd443
commit
00f5c58e39
20
Cargo.toml
20
Cargo.toml
@ -1,8 +1,8 @@
|
|||||||
[workspace]
|
[workspace]
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
uuid = { version = "1.3.0", features = ["v4", "serde"] }
|
uuid = { version = "1.8.0", features = ["v4", "serde"] }
|
||||||
chrono = { version = "0.4.23", features = ["serde"] }
|
chrono = { version = "0.4.37", features = ["serde"] }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
|
|
||||||
|
|
||||||
@ -16,7 +16,7 @@ crate-type = ["cdylib", "rlib"]
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
console_error_panic_hook = "0.1"
|
console_error_panic_hook = "0.1"
|
||||||
console_log = "0.2"
|
console_log = "1.0"
|
||||||
cfg-if = "1"
|
cfg-if = "1"
|
||||||
lazy_static = "1"
|
lazy_static = "1"
|
||||||
leptos = { version = "*", features = ["serde"] }
|
leptos = { version = "*", features = ["serde"] }
|
||||||
@ -27,23 +27,23 @@ leptos_router = { version = "*" }
|
|||||||
log = "0.4"
|
log = "0.4"
|
||||||
simple_logger = "4"
|
simple_logger = "4"
|
||||||
thiserror = "1"
|
thiserror = "1"
|
||||||
axum = { version = "0.6.1", optional = true }
|
axum = { version = "0.7.5", optional = true }
|
||||||
tower = { version = "0.4.13", 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 }
|
tokio = { version = "1", features = ["rt-multi-thread", "macros", "time"], optional = true }
|
||||||
wasm-bindgen = "0.2"
|
wasm-bindgen = "0.2"
|
||||||
tracing-subscriber = { version = "0.3.16", optional = true, features = [
|
tracing-subscriber = { version = "0.3.18", optional = true, features = [
|
||||||
"env-filter",
|
"env-filter",
|
||||||
] }
|
] }
|
||||||
tracing = { version = "0.1.37", features = ["log"], optional = true }
|
tracing = { version = "0.1.40", features = ["log"], optional = true }
|
||||||
anyhow = { version = "1.0.71" }
|
anyhow = { version = "1.0.81" }
|
||||||
|
|
||||||
serde = { workspace = true }
|
serde = { workspace = true }
|
||||||
chrono = { workspace = true }
|
chrono = { workspace = true }
|
||||||
uuid = { workspace = true, features = ["v4", "wasm-bindgen", "js", "serde"] }
|
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"
|
reqwasm = "0.5.0"
|
||||||
serde_json = "1.0.96"
|
serde_json = "1.0.115"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
|
hydrate = ["leptos/hydrate", "leptos_meta/hydrate", "leptos_router/hydrate"]
|
||||||
|
Loading…
Reference in New Issue
Block a user