From 390555df0a6fb973c7f3afae48f3886d98558c5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 11:48:33 +0000 Subject: [PATCH] chore(deps): bump yrs from 0.17.4 to 0.18.2 Bumps [yrs](https://github.com/y-crdt/y-crdt) from 0.17.4 to 0.18.2. - [Release notes](https://github.com/y-crdt/y-crdt/releases) - [Commits](https://github.com/y-crdt/y-crdt/compare/v0.17.4...v0.18.2) --- updated-dependencies: - dependency-name: yrs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 64 +++++++++++++++++++++++++++++++++++++++++----- ext/yrb/Cargo.toml | 2 +- 2 files changed, 58 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36cdaa5..6fd1d25 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11,6 +11,12 @@ dependencies = [ "memchr", ] +[[package]] +name = "arc-swap" +version = "1.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" + [[package]] name = "atomic_refcell" version = "0.1.8" @@ -75,6 +81,15 @@ dependencies = [ "libloading", ] +[[package]] +name = "fastrand" +version = "2.0.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984" +dependencies = [ + "getrandom 0.2.12", +] + [[package]] name = "getrandom" version = "0.1.16" @@ -84,7 +99,20 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.9.0+wasi-snapshot-preview1", + "wasm-bindgen", +] + +[[package]] +name = "getrandom" +version = "0.2.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5" +dependencies = [ + "cfg-if", + "js-sys", + "libc", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] @@ -123,9 +151,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.133" +version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" +checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd" [[package]] name = "libloading" @@ -233,7 +261,7 @@ version = "0.7.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" dependencies = [ - "getrandom", + "getrandom 0.1.16", "libc", "rand_chacha", "rand_core", @@ -256,7 +284,7 @@ version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" dependencies = [ - "getrandom", + "getrandom 0.1.16", ] [[package]] @@ -445,6 +473,12 @@ version = "0.9.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" +[[package]] +name = "wasi" +version = "0.11.0+wasi-snapshot-preview1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" + [[package]] name = "wasm-bindgen" version = "0.2.83" @@ -528,7 +562,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52e3675a497cde881a71e7e5c2ae1d087dfc7733ddece9b24a9a61408e969d3b" dependencies = [ "thiserror", - "yrs", + "yrs 0.17.4", ] [[package]] @@ -539,7 +573,7 @@ dependencies = [ "rb-sys", "thiserror", "y-sync", - "yrs", + "yrs 0.18.2", ] [[package]] @@ -556,3 +590,19 @@ dependencies = [ "smallvec", "thiserror", ] + +[[package]] +name = "yrs" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a4058d69bbbc97181d53d9d093a4b892001b84601f2fc4e27f48c8862bc8b369" +dependencies = [ + "arc-swap", + "atomic_refcell", + "fastrand", + "serde", + "serde_json", + "smallstr", + "smallvec", + "thiserror", +] diff --git a/ext/yrb/Cargo.toml b/ext/yrb/Cargo.toml index 4f0e0e7..1f87eff 100644 --- a/ext/yrb/Cargo.toml +++ b/ext/yrb/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/y-crdt/yrb" [dependencies] magnus = "=0.6.3" thiserror = "1.0.58" -yrs = "=0.17.4" +yrs = "=0.18.2" y-sync = "=0.4.0" rb-sys = "0.9.91"