From 10faf88c56d06eeb2ffbcf7dce8f0d518bfdf025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:52:30 +0000 Subject: [PATCH] Bump smallvec from 1.2.0 to 1.6.1 in /atcoder/rust/abc058 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.6.1. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.6.1) --- updated-dependencies: - dependency-name: smallvec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- atcoder/rust/abc058/Cargo.lock | 6 ++++-- atcoder/rust/abc058/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/atcoder/rust/abc058/Cargo.lock b/atcoder/rust/abc058/Cargo.lock index 19c613963..b8c9891c3 100644 --- a/atcoder/rust/abc058/Cargo.lock +++ b/atcoder/rust/abc058/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "abc058" version = "0.1.0" @@ -548,9 +550,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.2.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc" +checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "superslice" diff --git a/atcoder/rust/abc058/Cargo.toml b/atcoder/rust/abc058/Cargo.toml index 7a1c10b44..b3c26a88d 100644 --- a/atcoder/rust/abc058/Cargo.toml +++ b/atcoder/rust/abc058/Cargo.toml @@ -67,4 +67,4 @@ proconio = { version = "=0.3.6", features = ["derive"] } text_io = "=0.1.8" whiteread = "=0.5.0" rustc-hash = "=1.1.0" -smallvec = "=1.2.0" +smallvec = "=1.6.1"