Skip to content

Commit 7da9f76

Browse files
authored
Merge pull request #870 from vbrandl/dependabot/cargo/serde_json-1.0.134
Bump serde_json from 1.0.133 to 1.0.134
2 parents 7151bec + c9caf27 commit 7da9f76

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

88
### Dependencies
99
- Bump `anyhow` from 1.0.89 to 1.0.95 ([#840](https://github.com/vbrandl/hoc/pull/840), [#843](https://github.com/vbrandl/hoc/pull/843), [#849](https://github.com/vbrandl/hoc/pull/849), [#850](https://github.com/vbrandl/hoc/pull/850), [#864](https://github.com/vbrandl/hoc/pull/864), [#869](https://github.com/vbrandl/hoc/pull/869))
10-
- Bump `serde_json` from 1.0.128 to 1.0.133 ([#841](https://github.com/vbrandl/hoc/pull/841), [#854](https://github.com/vbrandl/hoc/pull/854))
10+
- Bump `serde_json` from 1.0.128 to 1.0.134 ([#841](https://github.com/vbrandl/hoc/pull/841), [#854](https://github.com/vbrandl/hoc/pull/854), [#870](https://github.com/vbrandl/hoc/pull/870))
1111
- Bump `tracing-actix-web` from 0.7.13 to 0.7.15 ([#839](https://github.com/vbrandl/hoc/pull/839), [#855](https://github.com/vbrandl/hoc/pull/855))
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))

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
@@ -28,7 +28,7 @@ openssl-probe = "0.1.5"
2828
reqwest = "0.12.9"
2929
serde = "1.0.216"
3030
serde_derive = "1.0.215"
31-
serde_json = "1.0.133"
31+
serde_json = "1.0.134"
3232
tracing = "0.1.41"
3333
tracing-actix-web = "0.7.15"
3434
tracing-bunyan-formatter = "0.3.10"

0 commit comments

Comments
 (0)