From 8c099dfde4955ba53ccbdc3afc9197a5ce57a8af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Apr 2023 18:45:27 +0000 Subject: [PATCH 1/2] chore(deps): bump heck from 0.3.3 to 0.4.1 Bumps [heck](https://github.com/withoutboats/heck) from 0.3.3 to 0.4.1. - [Release notes](https://github.com/withoutboats/heck/releases) - [Changelog](https://github.com/withoutboats/heck/blob/master/CHANGELOG.md) - [Commits](https://github.com/withoutboats/heck/commits) --- updated-dependencies: - dependency-name: heck dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 ++----------------- inoculate/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e1f4f89..acdab697 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -377,7 +377,7 @@ version = "4.1.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" dependencies = [ - "heck 0.4.1", + "heck", "proc-macro-error", "proc-macro2", "quote", @@ -916,15 +916,6 @@ dependencies = [ "num-traits", ] -[[package]] -name = "heck" -version = "0.3.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" -dependencies = [ - "unicode-segmentation", -] - [[package]] name = "heck" version = "0.4.1" @@ -1069,7 +1060,7 @@ dependencies = [ "bootloader-boot-config", "clap", "color-eyre", - "heck 0.3.3", + "heck", "locate-cargo-manifest", "mycotest", "ovmf-prebuilt", @@ -2542,12 +2533,6 @@ dependencies = [ "tinyvec", ] -[[package]] -name = "unicode-segmentation" -version = "1.10.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" - [[package]] name = "unicode-width" version = "0.1.10" diff --git a/inoculate/Cargo.toml b/inoculate/Cargo.toml index 18784fd9..1fa70c7d 100644 --- a/inoculate/Cargo.toml +++ b/inoculate/Cargo.toml @@ -23,6 +23,6 @@ wait-timeout = "0.2" owo-colors = "3.5.0" atty = "0.2" mycotest = { path = "../mycotest", features = ["alloc"] } -heck = "0.3.3" +heck = "0.4.1" # used for UEFI booting in QEMU ovmf-prebuilt = "0.1.0-alpha.1" \ No newline at end of file From 307df74027b532f390d89668eabffb08d3ea6770 Mon Sep 17 00:00:00 2001 From: Eliza Weisman Date: Wed, 10 May 2023 09:51:33 -0700 Subject: [PATCH 2/2] update API method names --- inoculate/src/trace.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inoculate/src/trace.rs b/inoculate/src/trace.rs index c682e589..5a972139 100644 --- a/inoculate/src/trace.rs +++ b/inoculate/src/trace.rs @@ -2,7 +2,7 @@ use crate::{ term::{style, ColorMode, OutputOptions, OwoColorize, Style}, Result, }; -use heck::TitleCase; +use heck::ToTitleCase; use std::fmt; use tracing::{field::Field, Event, Level, Subscriber}; use tracing_subscriber::{