1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

chore: update crc32c

This commit is contained in:
Rob Ede 2024-02-12 02:07:26 +00:00
parent aefa4ea9b7
commit aff73a3073
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

4
Cargo.lock generated
View File

@ -2339,9 +2339,9 @@ checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
[[package]]
name = "crc32c"
version = "0.6.4"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f48d60e5b4d2c53d5c2b1d8a58c849a70ae5e5509b08a48d047e3b65714a74"
checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
dependencies = [
"rustc_version 0.4.0",
]