Skip to content

Commit 52d3006

Browse files
chore(deps): update rust dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent fa5edf3 commit 52d3006

5 files changed

Lines changed: 20 additions & 20 deletions

File tree

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.10"
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: 3 additions & 3 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"] }
23-
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
22+
aws-smithy-experimental = { version = "0.2", features = ["crypto-aws-lc"] }
23+
snafu = { version = "0.9", 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.63"
3030
aws-smithy-types = "1"
3131
base64 = "0.22"
3232
bytes = "1"

tough-ssm/Cargo.toml

Lines changed: 2 additions & 2 deletions
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"] }
22-
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
21+
aws-smithy-experimental = { version = "0.2", features = ["crypto-aws-lc"] }
22+
snafu = { version = "0.9", features = ["backtraces-impl-backtrace-crate"] }
2323
tokio = { version = "1", features = ["fs", "io-util", "time", "macros", "rt-multi-thread"] }

tough/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,22 @@ log = "0.4"
2323
olpc-cjson = { version = "0.1", path = "../olpc-cjson" }
2424
pem = "3"
2525
percent-encoding = "2"
26-
reqwest = { version = "0.12", optional = true, default-features = false, features = ["stream"] }
26+
reqwest = { version = "0.13", optional = true, default-features = false, features = ["stream"] }
2727
rustls = "0.23"
2828
serde = { version = "1", features = ["derive"] }
2929
serde_json = "1"
3030
serde_plain = "1"
31-
snafu = { version = "0.8", features = ["futures"] }
31+
snafu = { version = "0.9", 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ maplit = "1"
3838
olpc-cjson = { version = "0.1", path = "../olpc-cjson" }
3939
openssl = { version = "0.10.40" }
4040
rayon = "1"
41-
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots"] }
41+
reqwest = { version = "0.13", default-features = false, features = ["rustls-tls-native-roots"] }
4242
rustls = "0.23"
4343
serde = "1"
4444
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

50-
snafu = { version = "0.8", features = ["backtraces-impl-backtrace-crate"] }
50+
snafu = { version = "0.9", features = ["backtraces-impl-backtrace-crate"] }
5151
pem = "3.0.4"
52-
prost-types = "0.13.5"
52+
prost-types = "0.14.0"
5353
tempfile = "3"
5454
tokio = { version = "1", features = ["macros", "rt", "rt-multi-thread"] }
5555
tough = { version = "0.19", path = "../tough", features = ["http"] }
@@ -59,13 +59,13 @@ url = "2"
5959
walkdir = "2"
6060
indexmap = { version = "2.5.0", features = ["serde"] }
6161

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

0 commit comments

Comments
 (0)