From be750c6412ed6bdc6c45541b23a7329415faea4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 07:16:05 +0000 Subject: [PATCH 1/4] build(deps): bump clap from 4.4.18 to 4.5.0 Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/v4.4.18...clap_complete-v4.5.0) --- updated-dependencies: - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efe9e7d..60908d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.18" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" +checksum = "80c21025abd42669a92efc996ef13cfb2c5c627858421ea58d5c3b331a6c134f" dependencies = [ "clap_builder", "clap_derive", @@ -172,9 +172,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.18" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" +checksum = "458bf1f341769dfcf849846f65dffdf9146daa56bcd2a47cb4e1de9915567c99" dependencies = [ "anstream", "anstyle", @@ -184,9 +184,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.7" +version = "4.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" +checksum = "307bc0538d5f0f83b8248db3087aa92fe504e4691294d0c96c0eabc33f47ba47" dependencies = [ "heck", "proc-macro2", @@ -196,9 +196,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.6.0" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" +checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" [[package]] name = "colorchoice" @@ -771,9 +771,9 @@ dependencies = [ [[package]] name = "strsim" -version = "0.10.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" +checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01" [[package]] name = "syn" diff --git a/Cargo.toml b/Cargo.toml index b57e037..4ea241e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ path = "src/main.rs" lto = true [dependencies] -clap = { version = "4.4.18", features = ["derive"] } +clap = { version = "4.5.0", features = ["derive"] } exr = "1.72.0" jwalk = "0.8.1" lazy_static = "1.4.0" From 8092f1ede6f8458340e3e291fd7ac941263198c3 Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Mon, 12 Feb 2024 08:29:24 +0100 Subject: [PATCH 2/4] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ea241e..17b0e6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "framels" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["Philippe Llerena"] description = "a simple command line tool to list frame sequence in friendly way" From 628c2b21fe7e80363a4346e4402b57f55214587c Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Mon, 12 Feb 2024 08:30:38 +0100 Subject: [PATCH 3/4] Update cli.rs --- tests/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cli.rs b/tests/cli.rs index 9986e98..cc49a4e 100644 --- a/tests/cli.rs +++ b/tests/cli.rs @@ -42,7 +42,7 @@ fn cli_version() -> Result<(), Box> { cmd.arg("-V"); cmd.assert() .success() - .stdout(predicate::str::contains("framels 0.7.0")); + .stdout(predicate::str::contains("framels 0.7.1")); Ok(()) } From eb989ba5a51fc2eb132e602c5257a1a3ebe300ab Mon Sep 17 00:00:00 2001 From: Philippe Llerena Date: Mon, 12 Feb 2024 08:31:36 +0100 Subject: [PATCH 4/4] Update _index.md --- docs/content/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/_index.md b/docs/content/_index.md index 8451b60..42424e8 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -7,9 +7,9 @@ title = "A simple but sexy ls command line tool" lead = 'framels is a command line tool and lib dedicated to animation and vfx, for terminal user or simply other rust projects.' url = "/docs/getting-started/introduction/" url_button = "Get started" -repo_version = "GitHub v0.7.0" +repo_version = "GitHub v0.7.1" repo_license = "Open-source MIT License." -repo_url = "https://github.com/forticheprod/fls/tree/0.7.0" +repo_url = "https://github.com/forticheprod/fls/tree/0.7.1" # Menu items [[extra.menu.main]]