deps: bump smallvec from 1.10.0 to 1.11.0

Pull-Request: #4171.
This commit is contained in:
dependabot[bot]
2023-07-11 08:58:09 +00:00
committed by GitHub
parent a6c427483c
commit a92a801cce
12 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ rand = "0.8"
serde = { version = "1.0", optional = true}
serde_json = { version = "1.0.99", optional = true }
serde_cbor = { version = "0.11.2", optional = true }
smallvec = "1.6.1"
smallvec = "1.11.0"
void = "1.0.2"
log = "0.4.19"