Skip to content

Commit fa5c436

Browse files
authored
Update crc to 3 (#1831)
1 parent 826e63f commit fa5c436

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sqlx-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ bitflags = { version = "1.3.2", default-features = false }
126126
bytes = "1.1.0"
127127
byteorder = { version = "1.4.3", default-features = false, features = ["std"] }
128128
chrono = { version = "0.4.19", default-features = false, features = ["clock"], optional = true }
129-
crc = { version = "2.1.0", optional = true }
129+
crc = { version = "3", optional = true }
130130
crossbeam-queue = "0.3.2"
131131
digest = { version = "0.10.0", default-features = false, optional = true, features = ["std"] }
132132
dirs = { version = "4.0.0", optional = true }

0 commit comments

Comments
 (0)