Skip to content

Commit

Permalink
chore: bump once_cell from 1.12.0 to 1.13.0 (solana-labs#27049)
Browse files Browse the repository at this point in the history
* chore: bump once_cell from 1.12.0 to 1.13.0

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.12.0 to 1.13.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.12.0...v1.13.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* [auto-commit] Update all Cargo lock files

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <[email protected]>
  • Loading branch information
2 people authored and xiangzhu70 committed Aug 17, 2022
1 parent 5330207 commit d42e181
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.

4 changes: 2 additions & 2 deletions frozen-abi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bs58 = "0.4.0"
bv = { version = "0.11.1", features = ["serde"] }
lazy_static = "1.4.0"
log = { version = "0.4.17", features = ["std"] }
once_cell = "1.12.0"
once_cell = "1.13.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_bytes = "0.11"
serde_derive = "1.0"
Expand All @@ -38,7 +38,7 @@ getrandom = { version = "0.1", features = ["dummy"] }
hashbrown = { version = "0.12", features = ["raw"] }
im = { version = "15.1.0", features = ["rayon", "serde"] }
memmap2 = "0.5.3"
once_cell = { version = "1.8", features = ["alloc", "default", "race", "std"] }
once_cell = { version = "1.13", features = ["alloc", "default", "race", "std"] }
rand_core = { version = "0.6.3", features = ["alloc", "getrandom", "std"] }
subtle = { version = "2.4.1", features = ["default", "i128", "std"] }

Expand Down
4 changes: 2 additions & 2 deletions programs/bpf/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 runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ memmap2 = "0.5.3"
num-derive = { version = "0.3" }
num-traits = { version = "0.2" }
num_cpus = "1.13.1"
once_cell = "1.12.0"
once_cell = "1.13.0"
ouroboros = "0.15.0"
rand = "0.7.0"
rayon = "1.5.3"
Expand Down

0 comments on commit d42e181

Please sign in to comment.