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:
parent
c45ae294fb
commit
ace737fc4c
@ -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"
|
||||
|
@ -9,7 +9,7 @@ coverage:
|
||||
default:
|
||||
threshold: 10% # make CI green
|
||||
|
||||
ignore: # ignore codecoverage on following paths
|
||||
ignore: # ignore code coverage on following paths
|
||||
- "examples"
|
||||
- ".github"
|
||||
- "**/*.md"
|
||||
|
Loading…
Reference in New Issue
Block a user