1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 17:51:06 +01:00

chore: overspecified deps

This commit is contained in:
Rob Ede 2024-06-20 01:25:17 +01:00
parent c45ae294fb
commit ace737fc4c
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 3 additions and 3 deletions

View File

@ -22,9 +22,9 @@ allowed_external_types = [
[dependencies]
bytes = { version = "1.2", default-features = false }
serde = { version = "1.0", optional = true }
serde = { version = "1", optional = true }
[dev-dependencies]
ahash = { version = "0.8", default-features = false }
serde_json = "1.0"
serde_json = "1"
static_assertions = "1.1"