Skip to content

Commit

Permalink
Merge branch 'master' into oty-fix-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon authored Aug 30, 2023
2 parents 8004979 + b4ee6f2 commit 11d2d2e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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 substrate/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 = "6.1"
chrono = "0.4.10"
chrono = "0.4.27"
clap = { version = "4.2.5", features = ["derive", "string"] }
fdlimit = "0.2.1"
futures = "0.3.21"
Expand Down
2 changes: 1 addition & 1 deletion substrate/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 = "0.4.27"
futures = "0.3.21"
libp2p = { version = "0.51.3", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
log = "0.4.17"
Expand Down
2 changes: 1 addition & 1 deletion substrate/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 = "0.4.27"
lazy_static = "1.4.0"
libc = "0.2.121"
log = { version = "0.4.17" }
Expand Down
2 changes: 1 addition & 1 deletion substrate/utils/frame/generate-bags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ pallet-staking = { path = "../../../frame/staking" }
sp-staking = { path = "../../../primitives/staking" }

# third party
chrono = { version = "0.4.19" }
chrono = { version = "0.4.27" }
num-format = "0.4.3"

0 comments on commit 11d2d2e

Please sign in to comment.