diff --git a/Cargo.lock b/Cargo.lock index b806567bf1..b589152960 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7941,8 +7941,8 @@ dependencies = [ [[package]] name = "restate-web-ui" -version = "0.1.9" -source = "git+https://github.com/restatedev/restate-web-ui-crate?tag=v0.1.9#251e217a27e4701df0a5e641c42e19f3321c74e3" +version = "0.1.10" +source = "git+https://github.com/restatedev/restate-web-ui-crate?tag=v0.1.10#0542ca1dc44c1ace212fa554a40b1f9fc60a3470" dependencies = [ "anyhow", "include_dir", diff --git a/crates/admin/Cargo.toml b/crates/admin/Cargo.toml index c666369c07..93c7579626 100644 --- a/crates/admin/Cargo.toml +++ b/crates/admin/Cargo.toml @@ -29,7 +29,7 @@ restate-storage-query-datafusion = { workspace = true } restate-time-util = { workspace = true } restate-types = { workspace = true } restate-wal-protocol = { workspace = true } -restate-web-ui = { git = "https://github.com/restatedev/restate-web-ui-crate", optional = true, version = "0.1.9", tag = "v0.1.9" } +restate-web-ui = { git = "https://github.com/restatedev/restate-web-ui-crate", optional = true, version = "0.1.10", tag = "v0.1.10" } ahash = { workspace = true } anyhow = { workspace = true }