Skip to content

Commit c65848c

Browse files
Copilotsjoerdsimons
andcommitted
chore(deps): bump sha2 from 0.10.9 to 0.11.0 and fix hmac API usage
Agent-Logs-Url: https://github.com/collabora/gitlab-runner-rs/sessions/6bf44633-0c1d-4ec4-9598-897a659ac4b9 Co-authored-by: sjoerdsimons <22603932+sjoerdsimons@users.noreply.github.com>
1 parent 9f0cde6 commit c65848c

3 files changed

Lines changed: 22 additions & 3 deletions

File tree

Cargo.lock

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

gitlab-runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ parking_lot = "0.12.5"
3131
tracing-subscriber = "0.3.23"
3232
tracing = "0.1.44"
3333
doc-comment = "0.3.4"
34-
sha2 = "0.10.9"
34+
sha2 = "0.11.0"
3535
hmac = "0.13.0"
3636
rand = "0.10.0"
3737
tokio-util = { version = "0.7.18", features = [ "io" ] }

gitlab-runner/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ use crate::run::Run;
99
pub mod job;
1010
use client::ClientMetadata;
1111
use hmac::Hmac;
12+
use hmac::KeyInit;
1213
use hmac::Mac;
1314
use job::{Job, JobLog};
1415
pub mod uploader;

0 commit comments

Comments
 (0)