mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
* fix: remove examples and benchmarks from dependabot search path * chore: update/upgrade deps to prevent dependabot PR pollution at first run * fix: increase number of pull requests from dependabot as the workspace is pretty big * fix: revert rkyv version as it was unexpectedly downgraded * fix: tower in example
This commit is contained in:
@@ -12,7 +12,7 @@ edition.workspace = true
|
||||
async-executor = { version = "1.13.1", optional = true }
|
||||
futures = "0.3.31"
|
||||
glib = { version = "0.20.5", optional = true }
|
||||
thiserror = "1.0"
|
||||
thiserror = "2.0"
|
||||
tokio = { version = "1.41", optional = true, default-features = false, features = [
|
||||
"rt",
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user