Skip to content

Commit

Permalink
Bump serde from 1.0.164 to 1.0.166 (#3458)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and romac committed Jul 14, 2023
1 parent 84b59e0 commit 75ec1b3
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
42 changes: 21 additions & 21 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 crates/chain-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3.27", features = ["executor"] }
http = "0.2"
itertools = "0.10.5"
reqwest = { version = "0.11.13", features = ["rustls-tls", "json"], default-features = false }
serde = "1.0.164"
serde = "1.0.166"
serde_json = "1"
tokio = "1.17.0"
tracing = "0.1.36"
2 changes: 1 addition & 1 deletion crates/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prometheus = "0.13.2"
moka = "0.11.2"
dashmap = "5.4.0"
serde_json = "1.0.94"
serde = "1.0.164"
serde = "1.0.166"
axum = "0.6.18"
tokio = "1.26.0"
tracing = "0.1.36"
Expand Down
2 changes: 1 addition & 1 deletion tools/integration-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde_json = "1"
time = "0.3"
toml = "0.7"
tonic = { version = "0.9", features = ["tls", "tls-roots"] }
serde = "1.0.164"
serde = "1.0.166"

[features]
default = []
Expand Down

0 comments on commit 75ec1b3

Please sign in to comment.