Skip to content

Commit

Permalink
fix(deps): update rust crate serde to v1.0.204
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and SG60 committed Jul 8, 2024
1 parent 35bc513 commit c4a2cf6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -26,7 +26,7 @@ reqwest = { version = "0.11", default-features = false, features = ["json", "rus
tokio = { version = "1", features = ["rt-multi-thread", "time", "signal"] }
tokio-stream = "0.1.15"
tokio-util = "0.7.10"
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
serde_dynamo = { version = "4.2.14", features = ["aws-sdk-dynamodb+0_21"] }
aws-config = "0.51.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 @@ -24,7 +24,7 @@ opentelemetry-semantic-conventions = "0.13.0"
# Allows you to export data to OTEL collector
# Requires protoc to be installed (protobuf compiler)
opentelemetry-otlp = "0.14.0"
serde = { version = "1.0.198", features = ["derive"] }
serde = { version = "1.0.200", features = ["derive"] }
serde_json = "1.0.116"
tracing-serde = "0.1.3"
tracing-subscriber = { version = "0.3.18", features = ["json", "env-filter"] }
Expand Down

0 comments on commit c4a2cf6

Please sign in to comment.