Skip to content

Commit

Permalink
Bump serde_json from 1.0.116 to 1.0.117 (#1039)
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.116 to 1.0.117.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.117)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent ee1c42c commit 03d5866
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ prometheus = "0.13.4"
querystrong = "0.3.0"
rand = "0.8.5"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.116"
serde_json = "1.0.117"
serde_path_to_error = "0.1.16"
sha2 = "0.10.8"
subtle = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ time = { version = "0.3.36", features = [
"serde-well-known",
"local-offset",
] }
serde_json = "1.0.116"
serde_json = "1.0.117"
serde_yaml = "0.9.34"
env_logger = "0.11.3"
colored = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ admin = []
base64 = "0.22.1"
email_address = "0.2.4"
serde = { version = "1.0.201", features = ["derive"] }
serde_json = "1.0.116"
serde_json = "1.0.117"
thiserror = "1.0.60"
trillium-client = { version = "0.6.1", features = ["json"] }
trillium-http = "0.3.14"
Expand Down
2 changes: 1 addition & 1 deletion migration/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }
clap = { version = "4.5.4", features = ["env", "derive"] }
sea-orm = "0.12.15"
serde_json = "1.0.116"
serde_json = "1.0.117"
thiserror = "1.0.60"
time = "0.3.36"
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trillium-macros = "0.0.6"
trillium-testing = { version = "0.6.1", features = ["tokio"] }
divviup-api.workspace = true
serde = "1.0.201"
serde_json = "1.0.116"
serde_json = "1.0.117"
thiserror = "1.0.60"
tracing = "0.1.40"
tracing-log = "0.2.0"
Expand Down

0 comments on commit 03d5866

Please sign in to comment.