Skip to content

Commit

Permalink
Merge pull request #111 from trudi-group/dependabot/cargo/serde-1.0.164
Browse files Browse the repository at this point in the history
build(deps): bump serde from 1.0.160 to 1.0.164
  • Loading branch information
mrd0ll4r authored Sep 2, 2023
2 parents 2238a9a + aadc28e commit b0e20b9
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.160"
serde = "1.0.164"
serde_yaml = "0.9.25"
clap = "2.33.3"
cid = "0.10.1"
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.160"
serde = "1.0.164"
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.26"
failure = "^0.1"
serde = "1.0.160"
serde = "1.0.164"
serde_json = "1.0.95"
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.28"
reqwest = { version = "0.11", features = ["json","rustls-tls-native-roots"],default-features = false }
multibase = "0.9.1"
chrono = "0.4.24"
serde = "1.0.160"
serde = "1.0.164"
serde_json = "1.0.95"
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.27"
serde = "1.0.160"
serde = "1.0.164"
serde_json = "1.0.95"
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.160"
serde = "1.0.164"
serde_json = "1.0.95"
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.160"
serde = "1.0.164"
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.27"
serde = "1.0.160"
serde = "1.0.164"
serde_json = "1.0.95"
glob = "0.3.1"
chrono = "0.4.24"
Expand Down

0 comments on commit b0e20b9

Please sign in to comment.