diff --git a/native/yex/Cargo.lock b/native/yex/Cargo.lock index 59d06a3..ef00204 100644 --- a/native/yex/Cargo.lock +++ b/native/yex/Cargo.lock @@ -370,9 +370,9 @@ dependencies = [ [[package]] name = "yrs" -version = "0.18.8" +version = "0.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da227d69095141c331d9b60c11496d0a3c6505cd9f8e200898b197219e8e394f" +checksum = "a8ca5126331b9a5ef5bb10f3f1c3d01b05f298d348c66f8fb15497d83ee73176" dependencies = [ "arc-swap", "atomic_refcell", diff --git a/native/yex/Cargo.toml b/native/yex/Cargo.toml index e2f6c25..46dbfbb 100644 --- a/native/yex/Cargo.toml +++ b/native/yex/Cargo.toml @@ -12,7 +12,7 @@ crate-type = ["cdylib"] [dependencies] rustler = "0.34.0" scoped_thread_local = "0.5.1" -yrs = "0.18.8" +yrs = "0.19.0" [features] default = ["nif_version_2_15"]