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 992930717262..998c3712c56a 100644 --- a/web/tvixbolt/Cargo.toml +++ b/web/tvixbolt/Cargo.toml @@ -12,4 +12,4 @@ yew-router = "0.18" tvix-eval = { path = "../../tvix/eval", default-features = false } serde = { version = "1.0.204", features = ["derive"] } web-sys = { version = "0.3.69", features = ["HtmlDetailsElement"] } -wasm-bindgen = "0.2.92" +wasm-bindgen = "0.2.95" |