build(deps): bump light-poseidon from 0.1.1 to 0.1.2 (#33988)

* build(deps): bump light-poseidon from 0.1.1 to 0.1.2

Bumps [light-poseidon](https://github.com/Lightprotocol/light-poseidon) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/Lightprotocol/light-poseidon/releases)
- [Commits](https://github.com/Lightprotocol/light-poseidon/compare/v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: light-poseidon
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* [auto-commit] Update all Cargo lock files

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot-buildkite <dependabot-buildkite@noreply.solana.com>
This commit is contained in:
dependabot[bot] 2023-11-08 18:47:12 +00:00 committed by GitHub
parent 32792d8259
commit 06884a044d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -3000,9 +3000,9 @@ dependencies = [
[[package]]
name = "light-poseidon"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949bdd22e4ed93481d45e9a6badb34b99132bcad0c8a8d4f05c42f7dcc7b90bc"
checksum = "a5b439809cdfc0d86ecc7317f1724df13dfa665df48991b79e90e689411451f7"
dependencies = [
"ark-bn254",
"ark-ff",

View File

@ -236,7 +236,7 @@ lazy_static = "1.4.0"
libc = "0.2.149"
libloading = "0.7.4"
libsecp256k1 = "0.6.0"
light-poseidon = "0.1.1"
light-poseidon = "0.1.2"
log = "0.4.20"
lru = "0.7.7"
lz4 = "1.24.0"

View File

@ -2668,9 +2668,9 @@ dependencies = [
[[package]]
name = "light-poseidon"
version = "0.1.1"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "949bdd22e4ed93481d45e9a6badb34b99132bcad0c8a8d4f05c42f7dcc7b90bc"
checksum = "a5b439809cdfc0d86ecc7317f1724df13dfa665df48991b79e90e689411451f7"
dependencies = [
"ark-bn254",
"ark-ff",