Skip to content

Commit ec4f093

Browse files
chore(deps): bump the minor group across 1 directory with 5 updates
Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [regex](https://github.com/rust-lang/regex) | `1.11.2` | `1.12.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.1` | `2.12.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.1` | `1.48.0` | | [cacache](https://github.com/zkat/cacache-rs) | `13.0.0` | `13.1.0` | | rust-embed | `8.7.2` | `8.8.0` | Updates `regex` from 1.11.2 to 1.12.2 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.11.2...1.12.2) Updates `indexmap` from 2.11.1 to 2.12.0 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.1...2.12.0) Updates `tokio` from 1.47.1 to 1.48.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.47.1...tokio-1.48.0) 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 `rust-embed` from 8.7.2 to 8.8.0 --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: indexmap dependency-version: 2.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: tokio dependency-version: 1.48.0 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: rust-embed dependency-version: 8.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ed1db0 commit ec4f093

File tree

3 files changed

+31
-39
lines changed

3 files changed

+31
-39
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolver = "2"
33
members = ["git-cliff-core", "git-cliff"]
44

55
[workspace.dependencies]
6-
regex = "1.11.1"
6+
regex = "1.12.2"
77
glob = "0.3.2"
88
log = "0.4.21"
99
secrecy = { version = "0.8.0", features = ["serde"] }

git-cliff-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ serde_json = "1.0.141"
5555
bincode = "2.0.1"
5656
serde_regex = "1.1.0"
5757
tera = "1.20.0"
58-
indexmap = { version = "2.10.0", optional = true }
58+
indexmap = { version = "2.12.0", optional = true }
5959
toml = "0.9.2"
6060
lazy-regex = "3.4.1"
6161
next_version = "0.2.24"
@@ -64,15 +64,15 @@ document-features = { version = "0.2.11", 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.47.0", features = [
67+
tokio = { version = "1.48.0", 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
chrono = { version = "0.4.41", features = ["serde"] }
7878

@@ -91,7 +91,7 @@ version = "0.12.7"
9191
features = ["serde"]
9292

9393
[dependencies.rust-embed]
94-
version = "8.7.2"
94+
version = "8.8.0"
9595
features = ["debug-embed", "compression"]
9696

9797
[dev-dependencies]

0 commit comments

Comments
 (0)