Skip to content

Commit 79af135

Browse files
chore(deps): bump serde_json in /src/user-management-service (#460)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.140 to 1.0.143. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.143) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.143 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: James Eastham <james.eastham@datadoghq.com>
1 parent 8444044 commit 79af135

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/user-management-service/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.

src/user-management-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
thiserror = "2.0.16"
2525
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
2626
serde = "1.0.219"
27-
serde_json = "1.0.140"
27+
serde_json = "1.0.143"
2828
tracing-subscriber = "0.3.20"
2929
opentelemetry = { version = "0.23", features = ["trace"] }
3030
opentelemetry-datadog = { version = "0.11.0", features = ["reqwest-client"] }

0 commit comments

Comments
 (0)