diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3735309..1010b37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ "with": { "components": "clippy,rustc-codegen-cranelift", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { @@ -110,7 +110,7 @@ "with": { "components": "clippy", - "toolchain": "nightly-2024-01-22", + "toolchain": "nightly-2024-04-10", }, }, { diff --git a/Cargo.lock b/Cargo.lock index de306e5..d8e36ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -557,9 +557,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" [[package]] name = "crc32fast" -version = "1.3.2" +version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" +checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" dependencies = [ "cfg-if", ] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 525e084..1c9a3ce 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "nightly-2024-01-22" +channel = "nightly-2024-04-10" diff --git a/services/Cargo.toml b/services/Cargo.toml index 16a9338..4c55d5f 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0.81" async-trait = "0.1.68" -crc32fast = { version = "1.3.2", features = ["nightly"] } +crc32fast = { version = "1.4.0", features = ["nightly"] } deadqueue = { version = "0.2.4", default-features = false, features = ["unlimited"] } futures-util = "0.3.28" goval = { package = "protobuf", path = "../protobuf"}