Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.200
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent efe421c commit 9258294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud-sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ futures = "0.3"
prost = "0.12"
prost-types = "0.12"
gcemeta = { version = "0.2" }
serde = { version = "1", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = { version = "1" }
url = { version = "2.5" }
jsonwebtoken = { version = "9" }
Expand Down

0 comments on commit 9258294

Please sign in to comment.