Merge pull request #2765 from jqnatividad/bump-memoffset

bump memoffset from 0.6.5 to 0.7
This commit is contained in:
David Hewitt 2022-11-22 07:49:05 +00:00 committed by GitHub
commit 4cf56669e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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" }