Skip to content

Commit

Permalink
chore(deps): update memoffset requirement from 0.8 to 0.9 (#106)
Browse files Browse the repository at this point in the history
Updates the requirements on [memoffset](https://github.com/Gilnaa/memoffset) to permit the latest version.
- [Changelog](https://github.com/Gilnaa/memoffset/blob/master/CHANGELOG.md)
- [Commits](Gilnaa/memoffset@v0.8.0...v0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2023
1 parent 91af230 commit e16fa44
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion foyer-intrusive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmsketch = "0.1"
foyer-common = { path = "../foyer-common" }
foyer-workspace-hack = { version = "0.1", path = "../foyer-workspace-hack" }
itertools = "0.10.5"
memoffset = "0.8"
memoffset = "0.9"
parking_lot = "0.12"
paste = "1.0"
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion foyer-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ foyer-workspace-hack = { version = "0.1", path = "../foyer-workspace-hack" }
futures = "0.3"
itertools = "0.10.5"
libc = "0.2"
memoffset = "0.8"
memoffset = "0.9"
nix = { version = "0.26", features = ["fs", "mman"] }
parking_lot = "0.12"
paste = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion foyer-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ foyer-workspace-hack = { version = "0.1", path = "../foyer-workspace-hack" }
futures = "0.3"
itertools = "0.10.5"
libc = "0.2"
memoffset = "0.8"
memoffset = "0.9"
nix = { version = "0.26", features = ["fs", "mman"] }
parking_lot = "0.12"
paste = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion foyer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ foyer-workspace-hack = { version = "0.1", path = "../foyer-workspace-hack" }
futures = "0.3"
itertools = "0.10.5"
libc = "0.2"
memoffset = "0.8"
memoffset = "0.9"
nix = { version = "0.26", features = ["fs", "mman"] }
parking_lot = "0.12"
paste = "1.0"
Expand Down

0 comments on commit e16fa44

Please sign in to comment.