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

Commit b6beb62

Browse files
dependabot[bot]jeluard
authored andcommitted
Bump serde_json from 1.0.62 to 1.0.63 in /backend
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]>
1 parent 423c0b4 commit b6beb62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

backend/Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rocket_contrib = { version = "0.4.7", features = ["json"] }
1919
rocket_cors = "0.5.2"
2020
rocket_oauth2 = { version = "0.4.1", features = ["hyper_sync_rustls_adapter"] }
2121
serde = { version = "1.0.123", features = ["derive"] }
22-
serde_json = "1.0.61"
22+
serde_json = "1.0.63"
2323
serde_yaml = "0.8.17"
2424
kube = { version = "0.50.1", default-features = true, features = ["jsonpatch"] }
2525
k8s-openapi = { version = "0.11.0", default-features = false, features = ["v1_15"] }

0 commit comments

Comments
 (0)