Dependabot, Attemp #2 (#3204)

* 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:
Saber Haj Rabiee
2024-11-07 10:55:57 -08:00
committed by GitHub
parent f1ebf77fa6
commit aab952357e
14 changed files with 93 additions and 128 deletions

View File

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