Skip to content

Commit ae9391f

Browse files
erskingardneryukibtc
authored andcommitted
Point OpenMLS deps to upstream repo and 4cc0f594 rev
Signed-off-by: Yuki Kishimoto <[email protected]>
1 parent 5a3c6ef commit ae9391f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/nostr-mls-memory-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ keywords = ["nostr", "mls", "openmls", "memory"]
1515
lru.workspace = true
1616
nostr = { workspace = true, features = ["std"] }
1717
nostr-mls-storage.workspace = true
18-
openmls_memory_storage = { git = "https://github.com/erskingardner/openmls", rev = "88309e1bc79c129628f35c55e838be2d7277c335", default-features = false }
18+
openmls_memory_storage = { git = "https://github.com/openmls/openmls", rev = "4cc0f594b11262083ad9827b3b2033052c6ef99f", default-features = false }
1919
parking_lot = "0.12"

crates/nostr-mls-sqlite-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["nostr", "mls", "openmls", "sqlite"]
1414
[dependencies]
1515
nostr = { workspace = true, features = ["std"] }
1616
nostr-mls-storage.workspace = true
17-
openmls_sqlite_storage = { git = "https://github.com/erskingardner/openmls", rev = "88309e1bc79c129628f35c55e838be2d7277c335", default-features = false }
17+
openmls_sqlite_storage = { git = "https://github.com/openmls/openmls", rev = "4cc0f594b11262083ad9827b3b2033052c6ef99f", default-features = false }
1818
refinery = { version = "0.8", features = ["rusqlite"] } # MSRV is 1.75.0
1919
rusqlite = { version = "0.32", features = ["bundled"] }
2020
serde = { workspace = true, features = ["derive"] }

crates/nostr-mls-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ keywords = ["nostr", "mls", "openmls"]
1313

1414
[dependencies]
1515
nostr = { workspace = true, features = ["std"] }
16-
openmls_traits = { git = "https://github.com/erskingardner/openmls", rev = "88309e1bc79c129628f35c55e838be2d7277c335", default-features = false }
16+
openmls_traits = { git = "https://github.com/openmls/openmls", rev = "4cc0f594b11262083ad9827b3b2033052c6ef99f", default-features = false }
1717
serde = { workspace = true, features = ["derive"] }
1818
serde_json = { workspace = true, features = ["std"] }

0 commit comments

Comments
 (0)