diff --git a/Cargo.toml b/Cargo.toml index 8e6dcbf..8c167fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "pycrdt" crate-type = ["cdylib"] [dependencies] -yrs = "0.21.3" +yrs = "0.22.0" [dependencies.pyo3] version = "0.23.4"