Skip to content

Commit c3182dc

Browse files
deps: bump the major group across 1 directory with 2 updates
Bumps the major group with 2 updates in the / directory: [base64](https://github.com/marshallpierce/rust-base64) and [ed25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek). Updates `base64` from 0.22.1 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.22.1...v0.23.1) Updates `ed25519-dalek` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/dalek-cryptography/curve25519-dalek/releases) - [Changelog](https://github.com/dalek-cryptography/curve25519-dalek/blob/3.0.0/CHANGELOG.md) - [Commits](dalek-cryptography/curve25519-dalek@ed25519-2.2.0...3.0.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: major - dependency-name: ed25519-dalek dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e3d1b3 commit c3182dc

2 files changed

Lines changed: 81 additions & 17 deletions

File tree

Cargo.lock

Lines changed: 79 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ path = "src/main.rs"
1111
axum = "0.8"
1212
tokio = { version = "1", features = ["full"] }
1313
sha2 = "0.11"
14-
base64 = "0.22"
14+
base64 = "0.23"
1515
log = "0.4"
1616
env_logger = "0.11"
1717
thiserror = "2"
@@ -38,7 +38,7 @@ embed-resource = "3"
3838
[dev-dependencies]
3939
reqwest = { version = "0.13", features = ["blocking"] }
4040
tempfile = "3"
41-
ed25519-dalek = { version = "2", features = ["rand_core"] }
41+
ed25519-dalek = { version = "3", features = ["rand_core"] }
4242
rsa = "0.9"
4343
ssh-key = { version = "0.6", features = ["ed25519", "rsa", "std"] }
4444
rand_core = { version = "0.6", features = ["getrandom"] }

0 commit comments

Comments
 (0)