Skip to content

Commit 88ce3a1

Browse files
chore(deps): bump serde_json from 1.0.105 to 1.0.107 (#358)
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.105 to 1.0.107. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.105...v1.0.107) --- updated-dependencies: - dependency-name: serde_json 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>
1 parent 2395051 commit 88ce3a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 @@ chrono = { version = "0.4.28", features = ["clock", "serde"], default-features =
1717
derive_builder = "0.12.0"
1818
opentelemetry-otlp = { version = "0.13.0", features = ["http-proto", "reqwest-client"] }
1919
serde = { version = "1.0.185", features = ["derive"] }
20-
serde_json = "1.0.105"
20+
serde_json = "1.0.107"
2121
serde_yaml = "0.9.25"
2222
sqlx = { version = "0.7.1", features = ["runtime-tokio-rustls", "postgres", "rust_decimal", "uuid", "chrono"] }
2323
sqlxmq = { git = "https://github.com/GaloyMoney/sqlxmq", rev = "f03f73c", default-features = false, features = ["runtime-tokio-rustls"] }

0 commit comments

Comments
 (0)