diff options
author | dependabot[bot] | 2023-11-14 02:56:13 +0000 |
---|---|---|
committer | GitHub | 2023-11-14 02:56:13 +0000 |
commit | 13386a47865f7cf857dbd78dbfd107e0e2fa9bd8 (patch) | |
tree | 64c79f6d5c0d9cca10c44e1b5afcc1b2f5d98e3f | |
parent | 5ec53c02224557935a0e955c99e021943a372fd1 (diff) |
build(deps): bump smallvec from 1.11.1 to 1.11.2 (#8808)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1986,9 +1986,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a" +checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970" [[package]] name = "smartstring" |