mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 14:34:19 +00:00
Update crc to 3 (#1831)
This commit is contained in:
parent
826e63fc11
commit
fa5c436918
2 changed files with 5 additions and 5 deletions
8
Cargo.lock
generated
8
Cargo.lock
generated
|
@ -487,18 +487,18 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "crc"
|
||||
version = "2.1.0"
|
||||
version = "3.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
|
||||
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
|
||||
dependencies = [
|
||||
"crc-catalog",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "crc-catalog"
|
||||
version = "1.1.1"
|
||||
version = "2.1.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
|
||||
checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
|
||||
|
||||
[[package]]
|
||||
name = "criterion"
|
||||
|
|
|
@ -126,7 +126,7 @@ bitflags = { version = "1.3.2", default-features = false }
|
|||
bytes = "1.1.0"
|
||||
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
|
||||
chrono = { version = "0.4.19", default-features = false, features = ["clock"], optional = true }
|
||||
crc = { version = "2.1.0", optional = true }
|
||||
crc = { version = "3", optional = true }
|
||||
crossbeam-queue = "0.3.2"
|
||||
digest = { version = "0.10.0", default-features = false, optional = true, features = ["std"] }
|
||||
dirs = { version = "4.0.0", optional = true }
|
||||
|
|
Loading…
Reference in a new issue