From 028ec3cce07300d7ccd5cddc3b7a86a930c471f4 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Tue, 25 Nov 2025 16:58:19 -0500 Subject: [PATCH] `borsh 1.6.0` Bumps th MSRV for some of our crates, which is fine. --- Cargo.lock | 8 ++++---- common/db/Cargo.toml | 2 +- coordinator/tributary-sdk/tendermint/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 66973064..16e17f82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1357,9 +1357,9 @@ dependencies = [ [[package]] name = "borsh" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce" +checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" dependencies = [ "borsh-derive", "cfg_aliases", @@ -1367,9 +1367,9 @@ dependencies = [ [[package]] name = "borsh-derive" -version = "1.5.7" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3" +checksum = "0686c856aa6aac0c4498f936d7d6a02df690f614c03e4d906d1018062b5c5e2c" dependencies = [ "once_cell", "proc-macro-crate 3.4.0", diff --git a/common/db/Cargo.toml b/common/db/Cargo.toml index dbff72de..c974f259 100644 --- a/common/db/Cargo.toml +++ b/common/db/Cargo.toml @@ -7,7 +7,7 @@ repository = "https://github.com/serai-dex/serai/tree/develop/common/db" authors = ["Luke Parker "] keywords = [] edition = "2021" -rust-version = "1.65" +rust-version = "1.77" [package.metadata.docs.rs] all-features = true diff --git a/coordinator/tributary-sdk/tendermint/Cargo.toml b/coordinator/tributary-sdk/tendermint/Cargo.toml index b1fa41c0..40f2c3fb 100644 --- a/coordinator/tributary-sdk/tendermint/Cargo.toml +++ b/coordinator/tributary-sdk/tendermint/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" repository = "https://github.com/serai-dex/serai/tree/develop/coordinator/tendermint" authors = ["Luke Parker "] edition = "2021" -rust-version = "1.75" +rust-version = "1.77" [package.metadata.docs.rs] all-features = true