Skip to content

Commit b40ef64

Browse files
chore(deps): bump the minor group across 1 directory with 2 updates
Bumps the minor group with 2 updates in the / directory: [cacache](https://github.com/zkat/cacache-rs) and [env_logger](https://github.com/rust-cli/env_logger). Updates `cacache` from 13.0.0 to 13.1.0 - [Release notes](https://github.com/zkat/cacache-rs/releases) - [Changelog](https://github.com/zkat/cacache-rs/blob/main/CHANGELOG.md) - [Commits](zkat/cacache-rs@v13.0.0...v13.1.0) Updates `env_logger` from 0.10.2 to 0.11.6 - [Release notes](https://github.com/rust-cli/env_logger/releases) - [Changelog](https://github.com/rust-cli/env_logger/blob/main/CHANGELOG.md) - [Commits](rust-cli/env_logger@v0.10.2...v0.11.6) --- updated-dependencies: - dependency-name: cacache dependency-version: 13.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: env_logger dependency-version: 0.11.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8c499c6 commit b40ef64

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

git-cliff-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ futures = { version = "0.3.31", optional = true }
7272
url.workspace = true
7373
dyn-clone = "1.0.17"
7474
urlencoding = "2.1.3"
75-
cacache = { version = "=13.0.0", features = ["mmap"], default-features = false }
75+
cacache = { version = "=13.1.0", features = ["mmap"], default-features = false }
7676
time = "0.3.37"
7777

7878
[dependencies.git2]

git-cliff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ clap_mangen = "0.2.26"
5353
shellexpand = "3.1.0"
5454
update-informer = { version = "1.2.0", optional = true }
5555
indicatif = { version = "0.17.9", optional = true }
56-
env_logger = "=0.10.2"
56+
env_logger = "=0.11.6"
5757
pprof = { version = "0.14", optional = true }
5858
rand = { version = "0.9.1", optional = true }
5959
reqwest = { workspace = true, optional = true }

0 commit comments

Comments
 (0)