diff options
Diffstat (limited to 'web/tvixbolt/Cargo.toml')
-rw-r--r-- | web/tvixbolt/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/tvixbolt/Cargo.toml b/web/tvixbolt/Cargo.toml index ce5ffb90e3bd..dafbe5ad60a9 100644 --- a/web/tvixbolt/Cargo.toml +++ b/web/tvixbolt/Cargo.toml @@ -11,7 +11,7 @@ serde_urlencoded = "*" # pinned by yew rnix = "0.11.0" # needs to be in sync with nixpkgs -wasm-bindgen = "= 0.2.91" +wasm-bindgen = "= 0.2.92" [dependencies.tvix-eval] path = "../../tvix/eval" |