diff --git a/web/Cargo.toml b/web/Cargo.toml index 446f327..a869576 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -9,7 +9,7 @@ repository.workspace = true version.workspace = true [build-dependencies] -build-info-build = "0.0.40" +build-info-build = "0.0.41" [dev-dependencies] wasm-bindgen-test = "0.3.50" @@ -28,7 +28,7 @@ graphql_client = "0.14.0" thiserror = "2.0.12" gloo-net = { version = "0.6.0", features = ["json", "serde_json"] } human_format = "1.1.0" -build-info = "0.0.40" +build-info = "0.0.41" wasm-bindgen = "=0.2.100" uuid = { version = "1.16.0", features = [ "js",