Skip to content

Commit

Permalink
Merge pull request #94 from trudi-group/dependabot/cargo/chrono-0.4.24
Browse files Browse the repository at this point in the history
build(deps): bump chrono from 0.4.23 to 0.4.24
  • Loading branch information
mrd0ll4r authored May 2, 2023
2 parents 8edf99d + 96df65a commit 372a5d9
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 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 @@ -12,7 +12,7 @@ log = "0.4.14"
flexi_logger = "0.25.3"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.22", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
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 @@ -12,7 +12,7 @@ log = "0.4.14"
flexi_logger = "0.25.3"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.22", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ flexi_logger = "0.25"
failure = "^0.1"
serde = "1.0.160"
serde_json = "1.0.95"
chrono = { version="0.4.22", features = ["serde"] }
chrono = { version="0.4.24", features = ["serde"] }
parity-multiaddr = "0.11.2"
glob = "^0.3"
serde_repr = "^0.1"
2 changes: 1 addition & 1 deletion ipfs-gateway-finder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flexi_logger = "0.25.3"
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.22"
chrono = "0.4.24"
serde = "1.0.160"
serde_json = "1.0.95"
tokio = { version = "^1", features = ["rt-multi-thread","macros","sync"] }
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 @@ -15,5 +15,5 @@ csv = "1.2"
flate2 = "1.0.24"
serde = "1.0.160"
serde_json = "1.0.95"
chrono = "0.4.22"
chrono = "0.4.24"
serde_yaml = "0.9.17"
2 changes: 1 addition & 1 deletion monitoring-size-estimator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ log = "0.4.14"
flexi_logger = "0.25.3"
failure = "0.1.8"
futures-util = "0.3.28"
chrono = { version = "0.4.22", features = ["serde"] }
chrono = { version = "0.4.24", features = ["serde"] }
prometheus_exporter = "0.8.4"
# This needs to be matching the version prometheus_exporter uses!
prometheus = { version = "0.13", features = ["process"] }
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 @@ -16,6 +16,6 @@ flate2 = "1.0.24"
serde = "1.0.160"
serde_json = "1.0.95"
glob = "0.3.1"
chrono = "0.4.22"
chrono = "0.4.24"
serde_yaml = "0.9.17"
itertools = "0.10.3"

0 comments on commit 372a5d9

Please sign in to comment.