diff --git a/Cargo.lock b/Cargo.lock index b04b01aae..cab788fcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,9 +590,9 @@ dependencies = [ [[package]] name = "crc32fast" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa" +checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" dependencies = [ "cfg-if", ] diff --git a/crates/xline/Cargo.toml b/crates/xline/Cargo.toml index f6031c0af..de32c7c41 100644 --- a/crates/xline/Cargo.toml +++ b/crates/xline/Cargo.toml @@ -19,7 +19,7 @@ axum = "0.7.0" bytes = "1.4.0" clap = { version = "4", features = ["derive"] } clippy-utilities = "0.2.0" -crc32fast = "1.4.0" +crc32fast = "1.4.2" crossbeam-skiplist = "0.1.1" curp = { path = "../curp", version = "0.1.0", features = ["client-metrics"] } curp-external-api = { path = "../curp-external-api" } diff --git a/crates/xlineutl/Cargo.toml b/crates/xlineutl/Cargo.toml index d68f46dd8..5f11475d1 100644 --- a/crates/xlineutl/Cargo.toml +++ b/crates/xlineutl/Cargo.toml @@ -14,7 +14,7 @@ keywords = ["Client", "CommandLine"] [dependencies] anyhow = "1.0" clap = "4" -crc32fast = "1.4.0" +crc32fast = "1.4.2" engine = { path = "../engine" } serde = { version = "1.0.204", features = ["derive"] } serde_json = "1.0.125"