Skip to content

Commit

Permalink
Update tokio-rusqlite requirement from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-rusqlite](https://github.com/programatik29/tokio-rusqlite) to permit the latest version.
- [Release notes](https://github.com/programatik29/tokio-rusqlite/releases)
- [Changelog](https://github.com/programatik29/tokio-rusqlite/blob/master/CHANGELOG.md)
- [Commits](programatik29/tokio-rusqlite@v0.5.1...v0.5.1)

---
updated-dependencies:
- dependency-name: tokio-rusqlite
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent 4635e79 commit 6154722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ native-tls = { version = "0.2.11", optional = true }
trust-dns-resolver = "0.23.2"
url = "2.5.1"
pem = { version = "3.0.4", optional = true }
tokio-rusqlite = { version = "0.5.1", optional = true }
tokio-rusqlite = { version = "0.6.0", optional = true }
tonic = { version = "0.12", optional = true, features = ["tls-native-roots", "tls-webpki-roots"] }
itertools = "0.13.0"
dyn-clone = { version = "1.0.17", optional = true }
Expand Down

0 comments on commit 6154722

Please sign in to comment.