Skip to content

Commit 46f1da9

Browse files
committed
chore(hub): point samod dep at quarto-dev/samod@access-policy
Same branch, identical commit c5a06c39; canonical long-term home moved from the shikokuchuo fork to quarto-dev.
1 parent d1935ec commit 46f1da9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

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

crates/quarto-hub/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ time = "0.3"
4747
# non-BMP characters (emoji etc.) — each emoji is 1 code point but 2 UTF-16 code units.
4848
automerge = { version = "0.10.0", features = ["utf16-indexing"] }
4949
# Vendored samod fork carrying the synchronous AccessPolicy trait (long-term home).
50-
samod = { version = "0.12.1", git = "https://github.com/shikokuchuo/samod.git", branch = "access-policy", features = ["tokio", "axum", "tungstenite"] }
50+
samod = { version = "0.12.1", git = "https://github.com/quarto-dev/samod.git", branch = "access-policy", features = ["tokio", "axum", "tungstenite"] }
5151

5252
# Async streams (for samod event handling)
5353
futures = "0.3"

crates/quarto-preview/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ thiserror.workspace = true
2323
# can talk to samod directly (it reads back the binary doc Phase C.1
2424
# writes; Phase C.4 reuses the same wire format in the WASM/SPA layer).
2525
automerge = { version = "0.10.0", features = ["utf16-indexing"] }
26-
samod = { version = "0.12.1", git = "https://github.com/shikokuchuo/samod.git", branch = "access-policy", features = ["tokio"] }
26+
samod = { version = "0.12.1", git = "https://github.com/quarto-dev/samod.git", branch = "access-policy", features = ["tokio"] }
2727

2828
quarto-core.workspace = true
2929
quarto-error-reporting = { workspace = true, features = ["json"] }

0 commit comments

Comments
 (0)