Update Cargo.toml

This commit is contained in:
Rob Wagner 2023-10-23 22:11:21 -04:00
parent 40243f32da
commit 81b9c548b3
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -24,5 +24,5 @@ futures-core = { version = "0.3", optional = true }
pin-project-lite = { version = "0.2", optional = true }
# Optional dependencies required for the `serde` feature.
serde = { version = "1.0", features = ["derive"], optional = true }
serde_json = { version = "1.0", optional = true }
serde = { version = "1", features = ["derive"], optional = true }
serde_json = { version = "1", optional = true }