Skip to content

Commit

Permalink
build(deps): bump redb from 1.5.0 to 2.0.0
Browse files Browse the repository at this point in the history
Bumps [redb](https://github.com/cberner/redb) from 1.5.0 to 2.0.0.
- [Release notes](https://github.com/cberner/redb/releases)
- [Changelog](https://github.com/cberner/redb/blob/master/CHANGELOG.md)
- [Commits](cberner/redb@v1.5.0...v2.0.0)

---
updated-dependencies:
- dependency-name: redb
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent 8f59f71 commit a3dada3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"
subxt = { version = "0.34", features = ["substrate-compat"] }
axum = "0.7"
serde = "1"
redb = "1"
redb = "2"
serde_json = "1"
hex = "0.4"
reconnecting-jsonrpsee-ws-client = { version = "0.3", features = ["subxt"] }
Expand Down
2 changes: 1 addition & 1 deletion kalatori-ah/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ log = "0.4"
subxt = { version = "0.34", features = ["substrate-compat"] }
axum = "0.7"
serde = "1"
redb = "1"
redb = "2"
serde_json = "1"
hex = "0.4"
reconnecting-jsonrpsee-ws-client = { version = "0.3", features = ["subxt"] }
Expand Down

0 comments on commit a3dada3

Please sign in to comment.