Update memoffset to 0.9

This commit is contained in:
est31 2023-05-21 09:56:55 +02:00
parent 3ec966d97f
commit 6fcc790f8b
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.8"
memoffset = "0.9"
# ffi bindings to the python interpreter, split into a separate crate so they can be used independently
pyo3-ffi = { path = "pyo3-ffi", version = "=0.18.3" }