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"