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] authored and SG60 committed Apr 20, 2024
1 parent a33f2c5 commit 8a98368
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "time", "signal"] }
tokio-stream = "0.1.11"
tokio-util = "0.7.8"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.89"
serde_json = "1.0.116"
serde_dynamo = { version = "4.0.9", features = ["aws-sdk-dynamodb+0_21"] }
aws-config = "0.51.0"
aws-sdk-dynamodb = "0.21.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/opentelemetry-tracing-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ opentelemetry-semantic-conventions = "0.13.0"
# Requires protoc to be installed (protobuf compiler)
opentelemetry-otlp = "0.14.0"
serde = { version = "1.0.198", features = ["derive"] }
serde_json = "1.0.89"
serde_json = "1.0.116"
tracing-serde = "0.1.3"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
# Integration between the tracing crate and the opentelemetry crate
Expand Down

0 comments on commit 8a98368

Please sign in to comment.