Skip to content

Commit

Permalink
Bump page_size from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Bumps [page_size](https://github.com/Elzair/page_size_rs) from 0.5.0 to 0.6.0.
- [Commits](https://github.com/Elzair/page_size_rs/commits)

---
updated-dependencies:
- dependency-name: page_size
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2023
1 parent 496d4c6 commit 892bd81
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 dozer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ handlebars = "4.4.0"
rustyline = "12.0.0"
rustyline-derive = "0.9.0"
futures = "0.3.28"
page_size = "0.5.0"
page_size = "0.6.0"
reqwest = { version = "0.11.20", features = [
"rustls-tls",
"cookies",
Expand Down
2 changes: 1 addition & 1 deletion dozer-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dozer-types = { path = "../dozer-types" }

lmdb-rkv = "0.14.0"
lmdb-rkv-sys = "0.11.2"
page_size = "0.5.0"
page_size = "0.6.0"
pin-project = "1.1.0"
rocksdb = "0.21.0"
tokio = "1.28.2"
Expand Down

0 comments on commit 892bd81

Please sign in to comment.