Skip to content

Commit

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

---
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 3, 2024
1 parent 6e8db90 commit 2441386
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 21 deletions.
26 changes: 13 additions & 13 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.4.0"
serde = "1.0.190"
serde = "1.0.194"
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 @@ -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.4.0"
serde = "1.0.190"
serde = "1.0.194"
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.27"
failure = "^0.1"
serde = "1.0.190"
serde = "1.0.194"
serde_json = "1.0.108"
chrono = { version="0.4.24", 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.29"
reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false }
multibase = "0.9.1"
chrono = "0.4.24"
serde = "1.0.190"
serde = "1.0.194"
serde_json = "1.0.108"
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.20"
clap = "2.33.1"
csv = "1.2"
flate2 = "1.0.28"
serde = "1.0.190"
serde = "1.0.194"
serde_json = "1.0.108"
chrono = "0.4.24"
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.190"
serde = "1.0.194"
serde_json = "1.0.108"
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.4.0"
serde = "1.0.190"
serde = "1.0.194"
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.20"
clap = "2.33.1"
csv = "1.2"
flate2 = "1.0.28"
serde = "1.0.190"
serde = "1.0.194"
serde_json = "1.0.108"
glob = "0.3.1"
chrono = "0.4.24"
Expand Down

0 comments on commit 2441386

Please sign in to comment.