Skip to content

Commit 06f9874

Browse files
authored
Merge branch 'main' into dependabot/cargo/rustls-0.23.37
2 parents 9769d43 + ae2e6c8 commit 06f9874

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

Cargo.lock

Lines changed: 37 additions & 37 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
@@ -30,7 +30,7 @@ rust-version = "1.78"
3030

3131
[workspace.dependencies]
3232
# Async runtime
33-
tokio = "1.35"
33+
tokio = "1.50"
3434

3535
# HTTP
3636
hyper = "1.1"
@@ -90,7 +90,7 @@ tera = "1.19"
9090
# CLI
9191
clap = { version = "4.5", features = ["derive", "color"] }
9292
dialoguer = "0.11"
93-
indicatif = "0.17"
93+
indicatif = "0.18"
9494
console = "0.16"
9595

9696
# Internal crates

crates/cargo-rustapi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ tracing-subscriber = { workspace = true }
4848
anyhow = "1.0"
4949

5050
[dev-dependencies]
51-
tempfile = "3.10"
51+
tempfile = "3.26"
5252
assert_cmd = "2.0"
5353
predicates = "3.1"
5454

crates/rustapi-extras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
8181
proptest = "1.4"
8282
rustapi-core = { workspace = true, features = ["test-utils"] }
8383
rustapi-testing = { workspace = true }
84-
tempfile = "3.10"
84+
tempfile = "3.26"
8585
serial_test = "3.2"
8686

8787
[features]

0 commit comments

Comments
 (0)