Skip to content

Commit

Permalink
Bump the minor-changes group across 1 directory with 8 updates
Browse files Browse the repository at this point in the history
Bumps the minor-changes group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [zeroize](https://github.com/RustCrypto/utils) | `1.7.0` | `1.8.1` |
| [serde](https://github.com/serde-rs/serde) | `1.0.198` | `1.0.203` |
| [hashbrown](https://github.com/rust-lang/hashbrown) | `0.14.3` | `0.14.5` |
| [subtle](https://github.com/dalek-cryptography/subtle) | `2.5.0` | `2.6.1` |
| [curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek) | `4.1.2` | `4.1.3` |
| [insta](https://github.com/mitsuhiko/insta) | `1.38.0` | `1.39.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.116` | `1.0.118` |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.7` |



Updates `zeroize` from 1.7.0 to 1.8.1
- [Commits](RustCrypto/utils@zeroize-v1.7.0...zeroize-v1.8.1)

Updates `serde` from 1.0.198 to 1.0.203
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.198...v1.0.203)

Updates `hashbrown` from 0.14.3 to 0.14.5
- [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md)
- [Commits](rust-lang/hashbrown@v0.14.3...v0.14.5)

Updates `subtle` from 2.5.0 to 2.6.1
- [Changelog](https://github.com/dalek-cryptography/subtle/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dalek-cryptography/subtle/commits)

Updates `curve25519-dalek` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases)
- [Commits](dalek-cryptography/curve25519-dalek@curve25519-4.1.2...curve25519-4.1.3)

Updates `insta` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.38.0...1.39.0)

Updates `serde_json` from 1.0.116 to 1.0.118
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.116...v1.0.118)

Updates `clap` from 4.5.4 to 4.5.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.7)

---
updated-dependencies:
- dependency-name: zeroize
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: hashbrown
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: subtle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: curve25519-dalek
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-changes
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-changes
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 26, 2024
1 parent cf5743e commit 7ebc3f2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 35 deletions.
51 changes: 22 additions & 29 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,23 @@ rustdoc-args = ["--cfg", "docsrs"]
# Public dependencies (present in public API of the crate).
elliptic-curve = { version = "0.13.8", features = ["sec1"] }
rand_core = { version = "0.6.2", default-features = false }
zeroize = { version = "1.7.0", default-features = false, features = ["alloc"] }
zeroize = { version = "1.8.1", default-features = false, features = ["alloc"] }
sha2 = { version = "0.10.8", default-features = false }

# Enables `Serialize` / `Deserialize` implementation for most types in the crate.
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }

# Private dependencies (not exposed via public APIs).
base64ct = { version = "1.0", default-features = false, features = ["alloc"] }
hashbrown = { version = "0.14.3", optional = true }
hashbrown = { version = "0.14.5", optional = true }
merlin = { version = "3.0.0", default-features = false }
rand_chacha = { version = "0.3.1", default-features = false }
subtle = { version = "2.4.0", default-features = false }
subtle = { version = "2.6.1", default-features = false }

# Crypto backend to support Curve25519 prime subgroup and Ristretto255 group;
# a public dependency.
[dependencies.curve25519-dalek]
version = "4.1.2"
version = "4.1.3"
optional = true

# Crypto backend to support Curve25519 prime subgroup and Ristretto255 group;
Expand All @@ -58,11 +58,11 @@ optional = true
bulletproofs = "4.0.0"
criterion = "0.5.0"
doc-comment = "0.3.3"
insta = { version = "1.38.0", features = ["yaml"] }
insta = { version = "1.39.0", features = ["yaml"] }
k256 = { version = "0.13", default-features = false, features = ["arithmetic"] }
rand = "0.8.3"
serde_json = "1.0"
clap = { version = "4.5.4", features = ["derive"] }
clap = { version = "4.5.7", features = ["derive"] }
test-casing = "0.1.3"
version-sync = "0.9.2"

Expand Down

0 comments on commit 7ebc3f2

Please sign in to comment.