Skip to content

Commit

Permalink
chore(deps): bump the rust-dependencies group with 8 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64), [generic-array](https://github.com/fizyk20/generic-array), [itertools](https://github.com/rust-itertools/itertools), [metrics](https://github.com/metrics-rs/metrics), [rustyline-derive](https://github.com/kkawakam/rustyline), [proptest-derive](https://github.com/proptest-rs/proptest), [rustyline](https://github.com/kkawakam/rustyline) and [syn](https://github.com/dtolnay/syn) to permit the latest version.

Updates `base64` to 0.21.5
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.21.5)

Updates `generic-array` to 1.0.0
- [Release notes](https://github.com/fizyk20/generic-array/releases)
- [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fizyk20/generic-array/commits/1.0.0)

Updates `itertools` to 0.12.0
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](rust-itertools/itertools@v0.11.0...v0.12.0)

Updates `metrics` to 0.21.1
- [Changelog](https://github.com/metrics-rs/metrics/blob/main/release.toml)
- [Commits](metrics-rs/metrics@metrics-v0.21.1...metrics-v0.21.1)

Updates `rustyline-derive` to 0.10.0
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](https://github.com/kkawakam/rustyline/commits)

Updates `proptest-derive` to 0.3.0
- [Release notes](https://github.com/proptest-rs/proptest/releases)
- [Changelog](https://github.com/proptest-rs/proptest/blob/master/CHANGELOG.md)
- [Commits](proptest-rs/proptest@proptest-derive-0.3.0...proptest-derive-0.3.0)

Updates `rustyline` to 13.0.0
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v11.0.0...v13.0.0)

Updates `syn` to 2.0.45
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@1.0.109...2.0.45)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: generic-array
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: itertools
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: metrics
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rustyline-derive
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: proptest-derive
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: rustyline
  dependency-type: direct:production
  dependency-group: rust-dependencies
- dependency-name: syn
  dependency-type: direct:production
  dependency-group: rust-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent 031d3a6 commit ee8c0f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ config = "0.13.3"
dashmap = "5.5.0"
ff = { workspace = true }
fxhash = "0.2.1"
generic-array = "0.14.7"
generic-array = "1.0.0"
hex = { version = "0.4.3", features = ["serde"] }
indexmap = { version = "2.1.0", features = ["rayon", "serde"] }
itertools = "0.11"
itertools = "0.12"
lurk-macros = { version = "0.2.0", path = "lurk-macros" }
lurk-metrics = { version = "0.2.0", path = "lurk-metrics" }
metrics = { workspace = true }
Expand All @@ -48,7 +48,7 @@ rand = { workspace = true }
rand_core = { version = "0.6.4", default-features = false }
rand_xorshift = "0.3.0"
rayon = "1.7.0"
rustyline-derive = "0.9.0"
rustyline-derive = "0.10.0"
serde = { workspace = true, features = ["derive"] }
serde_bytes = "0.11.12"
serde_json = { workspace = true }
Expand Down Expand Up @@ -76,7 +76,7 @@ pasta-msm = { workspace = true }
proptest = { workspace = true }
proptest-derive = { workspace = true }
rand = "0.8.5"
rustyline = { version = "11.0", features = [
rustyline = { version = "13.0", features = [
"derive",
"with-file-history",
], default-features = false }
Expand All @@ -85,7 +85,7 @@ halo2curves = { version = "0.5.0", features = ["bits", "derive_serde"] }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.2", features = ["js"] }
rustyline = { version = "11.0", features = ["derive"], default-features = false }
rustyline = { version = "13.0", features = ["derive"], default-features = false }
halo2curves = { version = "0.5.0", default-features = false, features = ["bits", "derive_serde"] }

[features]
Expand Down Expand Up @@ -121,13 +121,13 @@ members = ["lurk-macros", "lurk-metrics"]
[workspace.dependencies]
abomonation = "0.7.3"
anyhow = "1.0.72"
base64 = "0.13.1"
base64 = "0.21.5"
bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" }
bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" }
bincode = "1.3.3"
clap = "4.3.17"
ff = "0.13"
metrics = "0.21.1"
metrics = "0.22.0"
neptune = { git = "https://github.com/lurk-lab/neptune", branch = "dev", features = ["abomonation"] }
nova = { git = "https://github.com/lurk-lab/arecibo", branch = "dev", package = "arecibo" }
once_cell = "1.18.0"
Expand All @@ -136,7 +136,7 @@ pasta_curves = { git = "https://github.com/lurk-lab/pasta_curves", branch = "dev
pasta-msm = { git = "https://github.com/lurk-lab/pasta-msm", branch = "dev" }
grumpkin-msm = { git = "https://github.com/lurk-lab/grumpkin-msm", branch = "dev", features = ["dont-implement-sort"] }
proptest = "1.2.0"
proptest-derive = "0.3.0"
proptest-derive = "0.4.0"
rand = "0.8"
serde = "1.0"
serde_json = { version = "1.0" }
Expand Down
2 changes: 1 addition & 1 deletion lurk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ proc-macro = true
[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.31"
syn = { version = "1.0.109", features = ["derive", "extra-traits", "full"] }
syn = { version = "2.0.45", features = ["derive", "extra-traits", "full"] }
proptest = { workspace = true }
proptest-derive = { workspace = true }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit ee8c0f6

Please sign in to comment.