Skip to content

Commit 310712b

Browse files
chore(deps): bump the minor group across 1 directory with 4 updates
Bumps the minor group with 4 updates in the / directory: [tokio](https://github.com/tokio-rs/tokio), [cacache](https://github.com/zkat/cacache-rs), [env_logger](https://github.com/rust-cli/env_logger) and [pprof](https://github.com/tikv/pprof-rs). Updates `tokio` from 1.44.2 to 1.45.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.2...tokio-1.45.1) 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) Updates `pprof` from 0.14.0 to 0.15.0 - [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/pprof-rs/commits) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - 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 - dependency-name: pprof dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7148b2d commit 310712b

File tree

3 files changed

+37
-59
lines changed

3 files changed

+37
-59
lines changed

Cargo.lock

Lines changed: 33 additions & 55 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@ document-features = { version = "0.2.10", optional = true }
6464
reqwest = { workspace = true, optional = true }
6565
http-cache-reqwest = { version = "0.15.0", optional = true }
6666
reqwest-middleware = { version = "0.4.0", optional = true }
67-
tokio = { version = "1.43.0", features = [
67+
tokio = { version = "1.45.1", features = [
6868
"rt-multi-thread",
6969
"macros",
7070
], optional = true }
7171
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ 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"
57-
pprof = { version = "0.14", optional = true }
56+
env_logger = "=0.11.6"
57+
pprof = { version = "0.15", optional = true }
5858
rand = { version = "0.9.1", optional = true }
5959
reqwest = { workspace = true, optional = true }
6060
url.workspace = true

0 commit comments

Comments
 (0)