Skip to content

Commit

Permalink
build(deps): update rusqlite requirement from 0.30 to 0.31
Browse files Browse the repository at this point in the history
Updates the requirements on [rusqlite](https://github.com/rusqlite/rusqlite) to permit the latest version.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@v0.30.0...v0.31.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 19, 2024
1 parent 21c4b8b commit 533e971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -28,7 +28,7 @@ chrono = { version = "0.4", optional = true }
noodles-bgzf = { version = "0.26", optional = true }
noodles-core = { version = "0.14", optional = true }
noodles-fasta = { version = "0.32", optional = true }
rusqlite = { version = "0.30", optional = true }
rusqlite = { version = "0.31", optional = true }
thiserror = "1.0"
tracing = "0.1"

Expand Down

0 comments on commit 533e971

Please sign in to comment.