fix(json): bump serde_json dependency and fix failing test
This commit is contained in:
committed by
Martin Algesten
parent
ed2dd3ade4
commit
406b41a264
@@ -33,7 +33,7 @@ once_cell = "1"
|
||||
url = "2"
|
||||
socks = { version = "0.3", optional = true }
|
||||
serde = { version = "1", optional = true }
|
||||
serde_json = { version = ">=1,<1.0.94", optional = true }
|
||||
serde_json = { version = ">=1.0.97", optional = true }
|
||||
encoding_rs = { version = "0.8", optional = true }
|
||||
cookie_store = { version = "0.19", optional = true, default-features = false, features = ["preserve_order"] }
|
||||
log = "0.4"
|
||||
|
||||
Reference in New Issue
Block a user