From 240d22edf6e09257e35ebf47ceddf51583d85cd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 11:02:13 +0000 Subject: [PATCH] Bump annotate-snippets from 0.12.15 to 0.12.16 Bumps [annotate-snippets](https://github.com/rust-lang/annotate-snippets-rs) from 0.12.15 to 0.12.16. - [Release notes](https://github.com/rust-lang/annotate-snippets-rs/releases) - [Changelog](https://github.com/rust-lang/annotate-snippets-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/annotate-snippets-rs/compare/0.12.15...0.12.16) --- updated-dependencies: - dependency-name: annotate-snippets dependency-version: 0.12.16 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 6ae39bf..ffb1aaa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13,9 +13,9 @@ dependencies = [ [[package]] name = "annotate-snippets" -version = "0.12.15" +version = "0.12.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "92570a3f9c98e7e84df84b71d0965ac99b1871fcd75a3773a3bd1bad13f64cf7" +checksum = "f211a51805bc641f3ad5b7664c77d2547af685cc33b4cd8d31964027a46f13f1" dependencies = [ "anstyle", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 6dd6ee6..4a5afb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/adamflott/qemu-command-builder" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -annotate-snippets = "0.12.15" +annotate-snippets = "0.12.16" bon = "3.9.1" chrono = { version = "0.4.44", features = [ "arbitrary"] } ipnet = "2.12.0"