From 15980a567183dcda463c34f37ac0782dc0b99094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jun 2021 12:59:14 +0000 Subject: [PATCH] Bump vte from 0.10.0 to 0.10.1 Bumps [vte](https://github.com/alacritty/vte) from 0.10.0 to 0.10.1. - [Release notes](https://github.com/alacritty/vte/releases) - [Changelog](https://github.com/alacritty/vte/blob/master/CHANGELOG.md) - [Commits](https://github.com/alacritty/vte/compare/v0.10.0...v0.10.1) --- updated-dependencies: - dependency-name: vte dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86d77aaa6..ae4652bcb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -529,9 +529,9 @@ checksum = "e4c2dbd44eb8b53973357e6e207e370f0c1059990df850aca1eca8947cf464f0" [[package]] name = "vte" -version = "0.10.0" +version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2df25fed2855d2fbcbdf1016c69a6ac070fa1aabc8b5d7aedaab8703dce0d2d6" +checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983" dependencies = [ "arrayvec", "utf8parse", diff --git a/Cargo.toml b/Cargo.toml index 790702672..886460f5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ smoltcp = { version = "0.6.0", default-features = false, features = ["alloc", "e spin = "0.7.0" uart_16550 = "0.2.15" volatile = "0.2.6" -vte = "0.10.0" +vte = "0.10.1" x86_64 = "0.14.3" time = { version = "0.2.23", default-features = false }