diff --git a/Cargo.toml b/Cargo.toml index 30c3e6223..d03bd8f82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ harness = false [dependencies] ambassador = "0.5" async-trait = "0.1" -base64 = "0.22" +base64 = "0.23" byteorder = "1.5" bytes = "1.11" chrono = { version = "0.4", features = ["serde"] } @@ -40,8 +40,8 @@ parse-display = "0.11" paw = "1.0" pnet = "0.35" prost = "0.14" -pyo3 = { version = "0.28", optional = true } -pythonize = { version = "0.28", optional = true } +pyo3 = { version = "0.29", optional = true } +pythonize = { version = "0.29", optional = true } regex = "1.12" serde = "1.0" serde_derive = "1.0" @@ -49,7 +49,7 @@ serde_json = "1.0" sha2 = "0.11" slotmap = "1.1" spidev = "0.7" -sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio-rustls"] } +sqlx = { version = "0.9", features = ["sqlite", "runtime-tokio-rustls"] } structopt = { version = "0.3", features = ["paw"] } strum = "0.28" strum_macros = "0.28" @@ -62,7 +62,7 @@ tracing = "0.1" tracing-error = "0.2" tracing-subscriber = { version = "0.3", features = ["env-filter"] } uuid = { version = "1.23", features = ["serde", "v4", "v5"] } -validator = { version = "0.20", features = ["derive"] } +validator = { version = "0.21", features = ["derive"] } warp = { git = "https://github.com/seanmonstar/warp.git", rev = "ff34d7213ed55ec342304aa7ff6ac4b351da9e66", features = ["server", "websocket"] } [build-dependencies] diff --git a/rust-toolchain b/rust-toolchain index df83a51c6..4d00f49da 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.94.1 +1.97.1