Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Bump serde_json from 1.0.62 to 1.0.63 in /backend
Browse files Browse the repository at this point in the history
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.62 to 1.0.63.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.62...v1.0.63)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jeluard committed Feb 26, 2021
1 parent 423c0b4 commit b6beb62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/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 backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rocket_contrib = { version = "0.4.7", features = ["json"] }
rocket_cors = "0.5.2"
rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] }
serde = { version = "1.0.123", features = ["derive"] }
serde_json = "1.0.61"
serde_json = "1.0.63"
serde_yaml = "0.8.17"
kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] }
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] }
Expand Down

0 comments on commit b6beb62

Please sign in to comment.