From cc76430f9d03bc3f20cb81956c2eda8b4405c114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 10:41:13 +0000 Subject: [PATCH] Bump smallvec from 1.12.0 to 1.13.1 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.12.0 to 1.13.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.12.0...v1.13.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- compiler/ast/Cargo.toml | 2 +- compiler/parser/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6f7deb9710..41fe4ef5a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2644,9 +2644,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" dependencies = [ "serde", ] diff --git a/compiler/ast/Cargo.toml b/compiler/ast/Cargo.toml index 4947bcc935..47f626d065 100644 --- a/compiler/ast/Cargo.toml +++ b/compiler/ast/Cargo.toml @@ -45,7 +45,7 @@ version = "1.0" features = [ "preserve_order" ] [dependencies.smallvec] -version = "1.12.0" +version = "1.13.1" features = [ "serde" ] [dev-dependencies.criterion] diff --git a/compiler/parser/Cargo.toml b/compiler/parser/Cargo.toml index 44ea479e6b..af51c39d2f 100644 --- a/compiler/parser/Cargo.toml +++ b/compiler/parser/Cargo.toml @@ -48,7 +48,7 @@ version = "1.0" features = [ "derive" ] [dependencies.smallvec] -version = "1.12" +version = "1.13" [dependencies.tracing] version = "0.1"