bump memoffset from 0.6.5 to 0.7

This commit is contained in:
Joel Natividad 2022-11-20 20:23:11 -05:00
parent 8ca41be87b
commit 91adca3b04
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ edition = "2018"
cfg-if = "1.0"
libc = "0.2.62"
parking_lot = ">= 0.11, < 0.13"
memoffset = "0.6.5"
memoffset = "0.7"
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
pyo3-ffi = { path = "pyo3-ffi", version = "=0.17.3" }