Skip to content

Commit 1736b01

Browse files
authored
Merge pull request #979 from vbrandl/dependabot/cargo/minor-0f1b85024b
Bump serde_json from 1.0.148 to 1.0.149 in the minor group
2 parents 23466d4 + 7424d38 commit 1736b01

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
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
## [Unreleased]
77

88
### Dependencies
9-
- Bump `serde_json` from 1.0.147 to 1.0.148 ([#975](https://github.com/vbrandl/hoc/pull/975))
9+
- Bump `serde_json` from 1.0.147 to 1.0.149 ([#975](https://github.com/vbrandl/hoc/pull/975), [#979](https://github.com/vbrandl/hoc/pull/979))
1010
- Update `Cargo.lock` and `flake.lock` ([#977](https://github.com/vbrandl/hoc/pull/977))
1111
- Bump `jiff` from 0.2.17 to 0.2.18 ([#978](https://github.com/vbrandl/hoc/pull/978))
1212
- Update `Cargo.lock` and `flake.lock` ([#977](https://github.com/vbrandl/hoc/pull/977))

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
@@ -33,7 +33,7 @@ reqwest = { version = "0.12.28", default-features = false, features = [
3333
"rustls-tls",
3434
] }
3535
serde = { version = "1.0.228", features = ["derive"] }
36-
serde_json = "1.0.148"
36+
serde_json = "1.0.149"
3737
thiserror = "2.0.17"
3838
tokio = { version = "1.49.0", features = [
3939
"macros",

0 commit comments

Comments
 (0)