Skip to content

Commit eb74a5b

Browse files
build(deps): bump the minor-and-patch-cargo-updates group across 1 directory with 2 updates
Bumps the minor-and-patch-cargo-updates group with 2 updates in the / directory: [data-encoding](https://github.com/ia0/data-encoding) and [rustls](https://github.com/rustls/rustls). Updates `data-encoding` from 2.10.0 to 2.11.0 - [Commits](ia0/data-encoding@v2.10.0...v2.11.0) Updates `rustls` from 0.23.38 to 0.23.39 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.38...v/0.23.39) --- updated-dependencies: - dependency-name: data-encoding dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch-cargo-updates - dependency-name: rustls dependency-version: 0.23.39 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-and-patch-cargo-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5081d15 commit eb74a5b

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

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

keys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ curve25519-dalek = { version = "4.1.3", features = [
2727
"digest",
2828
"legacy_compatibility",
2929
] }
30-
data-encoding = "2.10"
30+
data-encoding = "2.11"
3131
ed25519-zebra = "4.2"
3232
hex = "0.4"
3333
itertools = "0.14"

lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ log-panics = { version = "2.1", features = ["with-backtrace"], optional = true }
4848
parking_lot = "0.12"
4949
rand = "0.9"
5050
rand_chacha = "0.9"
51-
rustls = { version = "0.23.38", default-features = false, optional = true }
51+
rustls = { version = "0.23.39", default-features = false, optional = true }
5252
rustls-pemfile = "2.2"
5353
serde = "1.0"
5454
serde_json = { version = "1.0", features = ["preserve_order"], optional = true }

0 commit comments

Comments
 (0)