chore: fix cargo publish (#17907)

This commit is contained in:
David Sherret 2023-02-23 19:20:54 -05:00 committed by GitHub
parent c26fbe38d5
commit b6ac54815c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,7 +87,7 @@ flate2 = "=1.0.24"
futures = "0.3.21"
http = "=0.2.8"
hyper = "0.14.18"
indexmap = "1.9.2"
indexmap = { version = "1.9.2", features = ["serde"] }
libc = "0.2.126"
log = "=0.4.17"
lzzzz = "1.0"