Compare commits
1 Commits
d3e4cb3e14
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| a88a8eeead |
1315
Cargo.lock
generated
1315
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
uuid = { version = "1.1.2", features = ["serde", "v4"] }
|
||||||
|
|
||||||
# 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.
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ http.workspace = true
|
|||||||
cfg-if.workspace = true
|
cfg-if.workspace = true
|
||||||
thiserror.workspace = true
|
thiserror.workspace = true
|
||||||
uuid.workspace = true
|
uuid.workspace = true
|
||||||
reqwest = { version = "0.13.0", optional = true, features = ["json"] }
|
reqwest = { version = "0.12.11", optional = true, features = ["json"] }
|
||||||
serde_json = { version = "1.0.134", optional = true }
|
serde_json = { version = "1.0.134", optional = true }
|
||||||
web-sys = { version = "0.3.76", features = [
|
web-sys = { version = "0.3.76", features = [
|
||||||
"ScrollBehavior",
|
"ScrollBehavior",
|
||||||
|
|||||||
Reference in New Issue
Block a user