Skip to content

Commit

Permalink
Merge pull request #158 from trudi-group/dependabot/cargo/serde-1.0.210
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.203 to 1.0.210
  • Loading branch information
mrd0ll4r authored Oct 2, 2024
2 parents ddb0a69 + 9048bcb commit 0f393e7
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.4.0"
serde = "1.0.203"
serde = "1.0.210"
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.4.0"
serde = "1.0.203"
serde = "1.0.210"
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.203"
serde = "1.0.210"
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.29"
reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false }
multibase = "0.9.1"
chrono = "0.4.31"
serde = "1.0.203"
serde = "1.0.210"
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.33"
serde = "1.0.203"
serde = "1.0.210"
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.203"
serde = "1.0.210"
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.4.0"
serde = "1.0.203"
serde = "1.0.210"
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.33"
serde = "1.0.203"
serde = "1.0.210"
serde_json = "1.0.110"
glob = "0.3.1"
chrono = "0.4.31"
Expand Down

0 comments on commit 0f393e7

Please sign in to comment.