Skip to content

Commit 1e1b510

Browse files
build(deps): bump sha2 from 0.10.9 to 0.11.0 (#12)
* build(deps): bump sha2 from 0.10.9 to 0.11.0 Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.9 to 0.11.0. - [Commits](RustCrypto/hashes@sha2-v0.10.9...sha2-v0.11.0) --- updated-dependencies: - dependency-name: sha2 dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: bumping version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Loïc Motheu <lmotheu@gmail.com>
1 parent 5d79e39 commit 1e1b510

File tree

2 files changed

+31
-32
lines changed

2 files changed

+31
-32
lines changed

Cargo.lock

Lines changed: 29 additions & 30 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
@@ -1,6 +1,6 @@
11
[package]
22
name = "pycu"
3-
version = "1.1.5"
3+
version = "1.1.6"
44
edition = "2024"
55
rust-version = "1.94.1"
66
description = "Check your Python dependencies for newer versions on PyPI"
@@ -28,7 +28,7 @@ pep440_rs = "0"
2828
reqwest = { version = "0.13.2", default-features = false, features = ["json", "rustls"] }
2929
serde = { version = "1", features = ["derive"] }
3030
serde_json = "1"
31-
sha2 = "0.10"
31+
sha2 = "0.11"
3232
tar = "0.4"
3333
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
3434
toml = "1"

0 commit comments

Comments
 (0)