Skip to content

Commit b58b5f8

Browse files
Update Rust Dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent ede860f commit b58b5f8

File tree

5 files changed

+15
-15
lines changed

5 files changed

+15
-15
lines changed

integ/failure-server/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ license = "MIT OR Apache-2.0"
77
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
88

99
[dependencies]
10-
axum = "0.6"
10+
axum = "0.8"
1111
anyhow = "1"
1212
noxious-client = "1"
13-
rand = "0.8"
13+
rand = "0.9"
1414
serde_json = "1"
1515
tempfile = "3"
1616
tokio = "1"
1717
tokio-retry = "0.3"
18-
tower = { version = "0.4", features = ["util"] }
18+
tower = { version = "0.5", features = ["util"] }
1919
tower-fault = "0.0.5"
20-
tower-http = { version = "0.4", features = ["fs"] }
20+
tower-http = { version = "0.6", features = ["fs"] }

tough-kms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ tough = { version = "0.19", path = "../tough", features = ["http"] }
1919
aws-lc-rs = "1"
2020
aws-sdk-kms = "1"
2121
aws-config = { version = "1", default-features = false, features = ["credentials-process"] }
22-
aws-smithy-experimental = { version = "0.1", features = ["crypto-aws-lc"] }
22+
aws-smithy-experimental = { version = "0.2", features = ["crypto-aws-lc"] }
2323
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
2424
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }
2525
pem = "3"
2626

2727
[dev-dependencies]
2828
aws-smithy-runtime = { version = "1", features = ["test-util"] }
29-
aws-smithy-http = "0.60"
29+
aws-smithy-http = "0.62"
3030
aws-smithy-types = "1"
3131
base64 = "0.22"
3232
bytes = "1"

tough-ssm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ fips = ["tough/fips"]
1818
tough = { version = "0.19", path = "../tough", features = ["http"] }
1919
aws-sdk-ssm = "1"
2020
aws-config = { version = "1", default-features = false, features = ["credentials-process"] }
21-
aws-smithy-experimental = { version = "0.1", features = ["crypto-aws-lc"] }
21+
aws-smithy-experimental = { version = "0.2", features = ["crypto-aws-lc"] }
2222
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
2323
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }

tough/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ snafu = { version = "0.8", features = ["futures"] }
3232
tempfile = "3"
3333
tokio = { version = "1", default-features = false, features = ["io-util", "sync", "fs", "rt", "time"] }
3434
tokio-util = { version = "0.7", features = ["io"] }
35-
typed-path = "0.9"
35+
typed-path = "0.12"
3636
# pinned due to aws-lc-rs locked to this version
3737
# https://github.com/aws/aws-lc-rs/issues/468
38-
untrusted = "0.7.1"
38+
untrusted = "0.9.0"
3939
url = "2"
4040
walkdir = "2"
41-
itertools = "0.13.0"
41+
itertools = "0.14.0"
4242
indexmap = { version = "2.5.0", features = ["serde"] }
4343

4444
[dev-dependencies]

tuftool/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ serde_json = "1"
4545
serial_test = "3.1.1"
4646
simplelog = "0.12"
4747

48-
sigstore_protobuf_specs = { version = "0.4", default-features = false, optional = true }
48+
sigstore_protobuf_specs = { version = "0.5", default-features = false, optional = true }
4949

5050
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
51-
sha2 = "0.9"
51+
sha2 = "0.10"
5252
pem = "3.0.4"
53-
prost-types = "0.13.5"
53+
prost-types = "0.14.0"
5454
tempfile = "3"
5555
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
5656
tough = { version = "0.19", path = "../tough", features = ["http"] }
@@ -60,13 +60,13 @@ url = "2"
6060
walkdir = "2"
6161
indexmap = { version = "2.5.0", features = ["serde"] }
6262

63-
rustls-webpki = { version = "0.102.1", features = ["alloc"] }
63+
rustls-webpki = { version = "0.103.0", features = ["alloc"] }
6464
thiserror = "1.0.30"
6565
base64 = { version = "0.22", default-features = false, features = ["std"] }
6666
futures-util = { version = "0.3.30", optional = true }
6767
tokio-util = { version = "0.7.10", features = ["io-util"] }
6868
tracing = "0.1.31"
69-
rstest = "0.22.0"
69+
rstest = "0.26.0"
7070
regex = { version = "1.5.5", optional = true }
7171
pki-types = { package = "rustls-pki-types", version = "1.12", default-features = false }
7272

0 commit comments

Comments
 (0)