Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit 972012c

Browse files
dependabot[bot]hanyunx
authored andcommitted
chore(deps): bump once_cell from 1.7.2 to 1.8.0 (#317)
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/matklad/once_cell/releases) - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: once_cell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd61231 commit 972012c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ethers-contract/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ethers-contract-derive = { version = "0.2.2", path = "ethers-contract-derive", o
1919
serde = { version = "1.0.124", default-features = false }
2020
serde_json = { version = "1.0.64", default-features = false }
2121
thiserror = { version = "1.0.24", default-features = false }
22-
once_cell = { version = "1.7.2", default-features = false }
22+
once_cell = { version = "1.8.0", default-features = false }
2323
pin-project = {version = "1.0.7", default-features = false }
2424
futures-util = { version = "0.3.14", default-features = false }
2525
hex = { version = "0.4.3", default-features = false, features = ["std"] }

Diff for: ethers-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ethers = { version = "0.2", path = "../ethers" }
4343

4444
serde_json = { version = "1.0.64", default-features = false }
4545
bincode = { version = "1.3.3", default-features = false }
46-
once_cell = { version = "1.7.2" }
46+
once_cell = { version = "1.8.0" }
4747

4848

4949
[features]

0 commit comments

Comments
 (0)