Skip to content

Commit dd83213

Browse files
authored
Merge pull request #868 from vbrandl/dependabot/cargo/config-0.15.4
Bump config from 0.15.0 to 0.15.4
2 parents e57d626 + c954634 commit dd83213

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Bump `bytes` from 1.7.2 to 1.9.0 ([#842](https://github.com/vbrandl/hoc/pull/842), [#861](https://github.com/vbrandl/hoc/pull/861))
1313
- Bump `tokio` from 1.40.0 to 1.42.0 ([#844](https://github.com/vbrandl/hoc/pull/844), [#851](https://github.com/vbrandl/hoc/pull/851), [#863](https://github.com/vbrandl/hoc/pull/863))
1414
- Bump `serde` from 1.0.210 to 1.0.216 ([#845](https://github.com/vbrandl/hoc/pull/845), [#847](https://github.com/vbrandl/hoc/pull/847), [#853](https://github.com/vbrandl/hoc/pull/853), [#866](https://github.com/vbrandl/hoc/pull/866))
15-
- Bump `config` from 0.14.0 to 0.15.0 ([#846](https://github.com/vbrandl/hoc/pull/846), [#867](https://github.com/vbrandl/hoc/pull/867))
15+
- Bump `config` from 0.14.0 to 0.15.4 ([#846](https://github.com/vbrandl/hoc/pull/846), [#867](https://github.com/vbrandl/hoc/pull/867), [#868](https://github.com/vbrandl/hoc/pull/868))
1616
- Bump `reqwest` from 0.12.8 to 0.12.9 ([#848](https://github.com/vbrandl/hoc/pull/848))
1717
- Bump `tempfile` from 3.13.0 to 3.14.0 ([#852](https://github.com/vbrandl/hoc/pull/852))
1818
- Bump `vergen-gix` from 1.0.2 to 1.0.3 ([#858](https://github.com/vbrandl/hoc/pull/858))

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -17,7 +17,7 @@ actix-rt = "2.10.0"
1717
actix-web = "4.9.0"
1818
badgers = "1.2.0"
1919
bytes = "1.9.0"
20-
config = { version = "0.15.0", features = ["toml"], default-features = false }
20+
config = { version = "0.15.4", features = ["toml"], default-features = false }
2121
dotenvy = "0.15.7"
2222
futures = "0.3.31"
2323
git2 = "0.19.0"

0 commit comments

Comments
 (0)