Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.215 to 1.0.217
Browse files Browse the repository at this point in the history
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.215 to 1.0.217.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.215...v1.0.217)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent 8a41805 commit e3fcd0c
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 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 bitswap-discovery-probe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.5.0"
serde = "1.0.215"
serde = "1.0.217"
serde_yaml = "0.9.25"
clap = "2.33.3"
cid = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion bitswap-monitoring-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.5.0"
serde = "1.0.215"
serde = "1.0.217"
serde_yaml = "0.9.25"
clap = "2.33.3"

Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
log = "^0.4"
flexi_logger = "0.28"
failure = "^0.1"
serde = "1.0.215"
serde = "1.0.217"
serde_json = "1.0.110"
chrono = { version="0.4.31", features = ["serde"] }
parity-multiaddr = "0.11.2"
Expand Down
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures-util = "0.3.31"
reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false }
multibase = "0.9.1"
chrono = "0.4.31"
serde = "1.0.215"
serde = "1.0.217"
serde_json = "1.0.110"
tokio = { version = "^1", features = ["rt-multi-thread","macros","sync"] }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion ipfs-json-to-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4.21"
clap = "2.33.1"
csv = "1.3"
flate2 = "1.0.34"
serde = "1.0.215"
serde = "1.0.217"
serde_json = "1.0.110"
chrono = "0.4.31"
serde_yaml = "0.9.25"
2 changes: 1 addition & 1 deletion ipfs-monitoring-plugin-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ log = "^0.4"
futures = "^0.3"
futures-util = "^0.3"
chrono = { version = "^0.4", features = ["serde"] }
serde = "1.0.215"
serde = "1.0.217"
serde_json = "1.0.110"
failure = "^0.1"
flate2 = "^1"
Expand Down
2 changes: 1 addition & 1 deletion monitoring-size-estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
lazy_static = "1.5.0"
serde = "1.0.215"
serde = "1.0.217"
serde_yaml = "0.9.25"
clap = "2.33.3"

Expand Down
2 changes: 1 addition & 1 deletion unify-bitswap-traces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ log = "0.4.21"
clap = "2.33.1"
csv = "1.3"
flate2 = "1.0.34"
serde = "1.0.215"
serde = "1.0.217"
serde_json = "1.0.110"
glob = "0.3.1"
chrono = "0.4.31"
Expand Down

0 comments on commit e3fcd0c

Please sign in to comment.