Compare commits
1 Commits
e18849c28c
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| 9bb862c06a |
@@ -27,7 +27,7 @@ thiserror = "2"
|
|||||||
tokio = { version = "1.37.0", features = ["full"] }
|
tokio = { version = "1.37.0", features = ["full"] }
|
||||||
tower = { version = "0.5.0", features = ["full"] }
|
tower = { version = "0.5.0", features = ["full"] }
|
||||||
tower-http = { version = "0.6", features = ["full"] }
|
tower-http = { version = "0.6", features = ["full"] }
|
||||||
wasm-bindgen = "=0.2.106"
|
wasm-bindgen = "=0.2.108"
|
||||||
|
|
||||||
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.
|
# See https://github.com/akesson/cargo-leptos for documentation of all the parameters.
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ cynic = { version = "3.9.1", optional = true, features = [
|
|||||||
"reqwest",
|
"reqwest",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
] }
|
] }
|
||||||
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
|
reqwest = { version = "0.13.0", optional = true, features = ["json"] }
|
||||||
axum = { workspace = true, optional = true, features = ["macros"] }
|
axum = { workspace = true, optional = true, features = ["macros"] }
|
||||||
serde_json = { version = "1.0.134", optional = true }
|
serde_json = { version = "1.0.134", optional = true }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user