Skip to content

Commit

Permalink
fix(deps): update rust crate serde_json to 1.0.116
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent b457130 commit fc27649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ maud = { version = "0.26.0", features = ["axum"] }
once_cell = "1.19.0"
openidconnect = "3.5.0"
serde = { version = "1.0.199", features = ["derive"] }
serde_json = "1.0"
serde_json = "1.0.116"
service_conventions = { version = "0.0.16", features = ["tracing", "oidc"]}
#service_conventions = { git = "https://github.com/philipcristiano/rust_service_conventions.git", branch = "groups", features = ["tracing", "oidc"]}
tokio = { version = "1.37.0", features = ["full"] }
Expand Down

0 comments on commit fc27649

Please sign in to comment.