Skip to content

Commit

Permalink
chore(deps): update rqlite-rs requirement from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rqlite-rs](https://github.com/tomvoet/rqlite-rs) to permit the latest version.
- [Release notes](https://github.com/tomvoet/rqlite-rs/releases)
- [Commits](tomvoet/rqlite-rs@v0.5.0...v0.6.0)

---
updated-dependencies:
- dependency-name: rqlite-rs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 0ed99c2 commit bc40dc8
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 @@ -123,7 +123,7 @@ vaultrs = "0.7.2"
openssl-sys = { version = "0.9.103", features = ["vendored"] }
native-tls = { version = "0.2.12", features = ["vendored"] }
pulsar = "6.3"
rqlite-rs = "0.5.0"
rqlite-rs = "0.6.0"

[[example]]
name = "postgres"
Expand Down

0 comments on commit bc40dc8

Please sign in to comment.