Skip to content

Commit

Permalink
Remove old 'time' dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jun 13, 2023
1 parent 9589e80 commit 020f51a
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 33 deletions.
36 changes: 8 additions & 28 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 client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "4.1"
chrono = "0.4.10"
chrono = { version = "0.4", default-features = false }
clap = { version = "4.0.9", features = ["derive", "string"] }
fdlimit = "0.2.1"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion client/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"
targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
chrono = "0.4.19"
chrono = { version = "0.4", default-features = false }
futures = "0.3.21"
libp2p = { version = "0.50.0", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion client/tracing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
ansi_term = "0.12.1"
atty = "0.2.13"
chrono = "0.4.19"
chrono = { version = "0.4", default-features = false }
lazy_static = "1.4.0"
libc = "0.2.121"
log = { version = "0.4.17" }
Expand Down
2 changes: 1 addition & 1 deletion utils/frame/benchmarking-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ targets = ["x86_64-unknown-linux-gnu"]

[dependencies]
array-bytes = "4.1"
chrono = "0.4"
chrono = { version = "0.4", default-features = false }
clap = { version = "4.0.9", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "3.2.2" }
comfy-table = { version = "6.0.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion utils/frame/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ frame-system = { version = "4.0.0-dev", path = "../../../frame/system" }
pallet-staking = { version = "4.0.0-dev", path = "../../../frame/staking" }

# third party
chrono = { version = "0.4.19" }
chrono = { version = "0.4", default-features = false }
git2 = { version = "0.16.0", default-features = false }
num-format = "0.4.3"

0 comments on commit 020f51a

Please sign in to comment.