diff --git a/Cargo.lock b/Cargo.lock
index daa85d560..4fd80d516 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2690,7 +2690,7 @@ dependencies = [
[[package]]
name = "parseable"
-version = "0.9.0"
+version = "1.0.0"
dependencies = [
"actix-cors",
"actix-web",
diff --git a/Dockerfile b/Dockerfile
index b61b03831..b03ae1a42 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@
# along with this program. If not, see .
# build stage
-FROM rust:1.73.0-bookworm as builder
+FROM rust:1.77.1-bookworm as builder
LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team "
diff --git a/Dockerfile.debug b/Dockerfile.debug
index 2bed98e79..f7112ef22 100644
--- a/Dockerfile.debug
+++ b/Dockerfile.debug
@@ -14,7 +14,7 @@
# along with this program. If not, see .
# build stage
-FROM rust:1.73.0-bookworm as builder
+FROM rust:1.77.1-bookworm as builder
LABEL org.opencontainers.image.title="Parseable"
LABEL maintainer="Parseable Team "
diff --git a/server/Cargo.toml b/server/Cargo.toml
index a456f6995..c5bbaef7b 100644
--- a/server/Cargo.toml
+++ b/server/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "parseable"
-version = "0.9.0"
+version = "1.0.0"
authors = ["Parseable Team "]
edition = "2021"
-rust-version = "1.73"
+rust-version = "1.77.1"
categories = ["logging", "observability", "log analytics"]
build = "build.rs"
@@ -121,8 +121,8 @@ maplit = "1.0"
rstest = "0.16"
[package.metadata.parseable_ui]
-assets-url = "https://github.com/parseablehq/console/releases/download/v0.5.1/build.zip"
-assets-sha1 = "13dcc8cb4a0edbebb84b5923bee75c981ebac5de"
+assets-url = "https://github.com/parseablehq/console/releases/download/v0.6.0/build.zip"
+assets-sha1 = "17665eeaf20615366a921aa28ab4ac1b9d807ebf"
[features]
debug = []