Skip to content

Commit

Permalink
Bump serde from 1.0.195 to 1.0.197 (#3884)
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.195 to 1.0.197.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.195...v1.0.197)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 12, 2024
1 parent 80aea8e commit e16dbb0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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 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-native-roots", "json"], default-features = false }
serde = "1.0.195"
serde = "1.0.197"
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 = { version = "0.12.5", features = ["sync"] }
dashmap = "5.4.0"
serde_json = "1.0.111"
serde = "1.0.195"
serde = "1.0.197"
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 @@ time = "0.3"
toml = "0.8"
prost = { version = "0.12" }
tonic = { version = "0.10", features = ["tls", "tls-roots"] }
serde = "1.0.195"
serde = "1.0.197"

[features]
default = []
Expand Down

0 comments on commit e16dbb0

Please sign in to comment.