diff --git a/keyserver/package.json b/keyserver/package.json --- a/keyserver/package.json +++ b/keyserver/package.json @@ -48,7 +48,7 @@ "dependencies": { "@babel/runtime": "^7.28.3", "@hono/node-server": "^1.13.7", - "@commapp/vodozemac": "0.1.0", + "@commapp/vodozemac": "0.1.1", "@parse/node-apn": "^3.2.0", "@vingle/bmp-js": "^0.2.5", "bad-words": "^3.0.4", diff --git a/lib/package.json b/lib/package.json --- a/lib/package.json +++ b/lib/package.json @@ -37,7 +37,7 @@ }, "dependencies": { "@ensdomains/ensjs": "^4.0.1", - "@commapp/vodozemac": "0.1.0", + "@commapp/vodozemac": "0.1.1", "@khanacademy/simple-markdown": "^2.1.0", "@rainbow-me/rainbowkit": "^2.0.7", "base-64": "^0.1.0", diff --git a/native/native_rust_library/Cargo.lock b/native/native_rust_library/Cargo.lock --- a/native/native_rust_library/Cargo.lock +++ b/native/native_rust_library/Cargo.lock @@ -2872,7 +2872,7 @@ [[package]] name = "vodozemac" version = "0.9.0" -source = "git+https://github.com/CommE2E/vodozemac#040c9875016241680cb89387a3d6aa1af93b1214" +source = "git+https://github.com/CommE2E/vodozemac?tag=v0.1.1#5280dedd6e9980616dbd253fee4aba87e47f9128" dependencies = [ "aes", "arrayvec", diff --git a/native/native_rust_library/Cargo.toml b/native/native_rust_library/Cargo.toml --- a/native/native_rust_library/Cargo.toml +++ b/native/native_rust_library/Cargo.toml @@ -21,7 +21,7 @@ grpc_clients = { path = "../../shared/grpc_clients" } base64 = "0.21" regex = "1.10" -vodozemac = { git = "https://github.com/CommE2E/vodozemac", features = ["libolm-compat"] } +vodozemac = { git = "https://github.com/CommE2E/vodozemac", tag = "v0.1.1", features = ["libolm-compat"] } anyhow = "1.0.97" sha2 = "0.10" diff --git a/native/vodozemac_bindings/Cargo.lock b/native/vodozemac_bindings/Cargo.lock --- a/native/vodozemac_bindings/Cargo.lock +++ b/native/vodozemac_bindings/Cargo.lock @@ -897,7 +897,7 @@ [[package]] name = "vodozemac" version = "0.9.0" -source = "git+https://github.com/CommE2E/vodozemac#040c9875016241680cb89387a3d6aa1af93b1214" +source = "git+https://github.com/CommE2E/vodozemac?tag=v0.1.1#5280dedd6e9980616dbd253fee4aba87e47f9128" dependencies = [ "aes", "arrayvec", diff --git a/native/vodozemac_bindings/Cargo.toml b/native/vodozemac_bindings/Cargo.toml --- a/native/vodozemac_bindings/Cargo.toml +++ b/native/vodozemac_bindings/Cargo.toml @@ -5,7 +5,7 @@ [dependencies] cxx = "=1.0.75" -vodozemac = { git = "https://github.com/CommE2E/vodozemac", features = ["libolm-compat"] } +vodozemac = { git = "https://github.com/CommE2E/vodozemac", tag = "v0.1.1", features = ["libolm-compat"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" derive_more = "0.99" diff --git a/web/package.json b/web/package.json --- a/web/package.json +++ b/web/package.json @@ -45,7 +45,7 @@ "dependencies": { "@babel/runtime": "^7.28.3", "@commapp/opaque-ke-wasm": "npm:@commapp/opaque-ke-wasm@^0.0.4", - "@commapp/vodozemac": "0.1.0", + "@commapp/vodozemac": "0.1.1", "@emoji-mart/data": "^1.1.2", "@emoji-mart/react": "^1.1.1", "@fortawesome/fontawesome-svg-core": "1.2.25", diff --git a/yarn.lock b/yarn.lock --- a/yarn.lock +++ b/yarn.lock @@ -1490,10 +1490,10 @@ resolved "https://registry.yarnpkg.com/@commapp/sqlcipher-amalgamation/-/sqlcipher-amalgamation-4.5.5-e.tgz#05245e7c1f07ed46cdc652ebeeb7e1a923fa748a" integrity sha512-f+fuT/mbN/cB+Z4+QhTEmuRSbOLvaTdE3R2emcTK0P4gCPtwtgdZ3BGyxDLHkQPjlDaJ9G0Z6/+WqDJJLD0NnA== -"@commapp/vodozemac@0.1.0": - version "0.1.0" - resolved "https://registry.yarnpkg.com/@commapp/vodozemac/-/vodozemac-0.1.0.tgz#8a3016bb4354915600d0915a979bfa04b1db5cd7" - integrity sha512-JEUeFrVMLYXACxKqOze+6aqITGt46QrsSGZ19+Nrpx3Wo85Gml7nUm47HF+Pkc3iNS1uiNYhK3pliq9N/SMomQ== +"@commapp/vodozemac@0.1.1": + version "0.1.1" + resolved "https://registry.yarnpkg.com/@commapp/vodozemac/-/vodozemac-0.1.1.tgz#1fce8b3b39540900338271130efc42550b9a3542" + integrity sha512-TT9pqLUtfN3tPAGbJ3fsKa5CqWwoku9W3mokBk7v0bXko2cddheE9i5zzanQ9+hzHl5h2PWxD5HgiNbIlLSg8Q== "@commapp/windowspush@file:desktop/addons/windows-pushnotifications": version "0.0.1"