Skip to content

Commit

Permalink
fix(deps): update rust crate serde to 1.0.196
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 27, 2024
1 parent 1a19cb6 commit 657e02d
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 @@ -19,7 +19,7 @@ opentelemetry = { version = "0.21.0" }
opentelemetry_sdk = { version = "0.21.2", features = ["rt-tokio"] }
opentelemetry-jaeger = { version = "0.20.0", features = ["rt-tokio"] }
rsdns = { version = "0.17.0", features = ["net-tokio"] }
serde = { version = "1.0.195" }
serde = { version = "1.0.196" }
serde_json = "1.0.111"
thrift = "0.17"
tokio = { version = "1.35.1", features = ["rt", "net", "macros"] }
Expand Down

0 comments on commit 657e02d

Please sign in to comment.