Skip to content

Commit

Permalink
Bump rusqlite from 0.16.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [rusqlite](https://github.com/rusqlite/rusqlite) from 0.16.0 to 0.23.0.
- [Release notes](https://github.com/rusqlite/rusqlite/releases)
- [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md)
- [Commits](rusqlite/rusqlite@0.16.0...0.23.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 6, 2022
1 parent 90ce216 commit 1de3c81
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
36 changes: 32 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/easechat-record-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ edition = "2018"
chrono = "0.4"
ws = "0.7.9"
clap = "2"
rusqlite = { version = "0.16", features = ["chrono"] }
rusqlite = { version = "0.23", features = ["chrono"] }

0 comments on commit 1de3c81

Please sign in to comment.