diff options
author | dependabot[bot] | 2024-01-23 14:19:36 +0000 |
---|---|---|
committer | GitHub | 2024-01-23 14:19:36 +0000 |
commit | cbd8602018efd90506fe684ea58a35dd4b40518f (patch) | |
tree | d10363aeb9e883c7441715a44b9deaa4dcb52c4b /Cargo.lock | |
parent | 4168864572ac29c64d82031ba9edfbda0a521839 (diff) |
build(deps): bump smallvec from 1.12.0 to 1.13.1 (#9405)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1940,9 +1940,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.12.0" +version = "1.13.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2593d31f82ead8df961d8bd23a64c2ccf2eb5dd34b0a34bfb4dd54011c72009e" +checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7" [[package]] name = "smartstring" |