From 42c561154a1048609adaf52f38d6c8b8d3c0bca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jun 2022 01:29:43 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20smallvec=20from=201.2.0=20to=201.8.0=20i?= =?UTF-8?q?n=20/=EC=86=90=EC=A0=95=EC=9A=B0/2020-03/2020-03-18/chat=5Fclie?= =?UTF-8?q?nt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.8.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.8.0) --- updated-dependencies: - dependency-name: smallvec dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../2020-03/2020-03-18/chat_client/Cargo.lock" | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" index ccfaebb0..eaa63b9c 100644 --- "a/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" +++ "b/\354\206\220\354\240\225\354\232\260/2020-03/2020-03-18/chat_client/Cargo.lock" @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "arc-swap" version = "0.4.4" @@ -370,9 +372,9 @@ checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8" [[package]] name = "smallvec" -version = "1.2.0" +version = "1.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" +checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" [[package]] name = "syn"