Bump sqlite deps to remove hashlink 0.8 (#8866)

#8547


  Bump the following crates to remove `hashlink 0.8`:
- `rusqlite`
- `r2d2-sqlite`
- `yaml-rust2`


Co-Authored-By: Mac L <mjladson@pm.me>
This commit is contained in:
Mac L
2026-02-19 23:32:42 +04:00
committed by GitHub
parent 5e2d296de6
commit 2d91009ab4
4 changed files with 50 additions and 26 deletions

View File

@@ -9,4 +9,4 @@ bytes = { workspace = true }
[dev-dependencies]
hex = { workspace = true }
yaml-rust2 = "0.8"
yaml-rust2 = "0.11"