From d945b34c488f6593bb3cbad3070fb822230f6a20 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Sat, 23 Mar 2024 09:06:47 -0700 Subject: [PATCH] updating to 0.5.11 --- Package.swift | 4 ++-- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Package.swift b/Package.swift index 88ca8ba8..8f593bec 100644 --- a/Package.swift +++ b/Package.swift @@ -57,8 +57,8 @@ if ProcessInfo.processInfo.environment["LOCAL_BUILD"] != nil { } else { FFIbinaryTarget = .binaryTarget( name: "automergeFFI", - url: "https://github.com/automerge/automerge-swift/releases/download/0.5.10/automergeFFI.xcframework.zip", - checksum: "4555d6dcdbb806c50d4118700ae03bba1b747671ecd6fac24f28c5256d5507ab" + url: "https://github.com/automerge/automerge-swift/releases/download/0.5.11/automergeFFI.xcframework.zip", + checksum: "ee8c34da93ed5b4299d59a30135d35c171beeb8c8a7155682bd87eeda695411e" ) } diff --git a/rust/Cargo.lock b/rust/Cargo.lock index fe942390..dd167443 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -48,9 +48,9 @@ checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" [[package]] name = "automerge" -version = "0.5.8" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c2281a6379ee18e560b983296a23436c55a3737b5e0242c64df2b37d5a2f200b" +checksum = "93b5e6ed2097a1e55cce3128d64c909cdb42c800d4880411c7382f3dfa2c808d" dependencies = [ "flate2", "fxhash", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index f7826cb0..add6d26e 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -13,7 +13,7 @@ path = "uniffi-bindgen.rs" required-features = ["uniffi/cli"] [dependencies] -automerge = "0.5.8" +automerge = "0.5.9" thiserror = "1.0.38" uniffi = "0.26.1"