Skip to content

Commit

Permalink
Bump serde_json from 1.0.82 to 1.0.83
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.82 to 1.0.83.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.82...v1.0.83)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 8, 2022
1 parent 63315ba commit 15676a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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 oxide-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "MPL-2.0"
futures = "0.3.21"
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
regress = "0.4.1"
serde_json = "1.0.82"
serde_json = "1.0.83"

[dependencies.chrono]
version = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion oximeter/collector/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ uuid = { version = "1.1.0", features = [ "v4", "serde" ] }
expectorate = "1.0.5"
omicron-test-utils = { path = "../../test-utils" }
openapiv3 = "1.0"
serde_json = "1.0.82"
serde_json = "1.0.83"
subprocess = "0.2.9"

[dev-dependencies.openapi-lint]
Expand Down
2 changes: 1 addition & 1 deletion oximeter/db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ regex = "1.6.0"
reqwest = { version = "0.11.8", features = [ "json" ] }
schemars = { version = "0.8.10", features = [ "uuid1", "bytes", "chrono" ] }
serde = { version = "1", features = [ "derive" ] }
serde_json = "1.0.82"
serde_json = "1.0.83"
slog = { version = "2.5", features = [ "max_level_trace", "release_max_level_debug" ] }
slog-async = "2.6"
slog-term = "2.9"
Expand Down

0 comments on commit 15676a1

Please sign in to comment.