Skip to content

Commit e814230

Browse files
committed
dist: bump rustup version to 1.27.0
1 parent 33ad3a4 commit e814230

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustup"
3-
version = "1.26.0"
3+
version = "1.27.0"
44
edition = "2021"
55
description = "Manage multiple rust installations with ease"
66
homepage = "https://github.com/rust-lang/rustup"
@@ -88,7 +88,9 @@ threadpool = "1"
8888
tokio = { workspace = true, optional = true }
8989
toml = "0.8"
9090
tracing-opentelemetry = { workspace = true, optional = true }
91-
tracing-subscriber = { workspace = true, optional = true, features = ["env-filter"] }
91+
tracing-subscriber = { workspace = true, optional = true, features = [
92+
"env-filter",
93+
] }
9294
tracing.workspace = true
9395
url.workspace = true
9496
wait-timeout = "0.2"
@@ -168,7 +170,9 @@ rustup-macros = { path = "rustup-macros" }
168170
tempfile = "3.8"
169171
termcolor = "1.2"
170172
thiserror = "1.0"
171-
tokio = { version = "1.26.0", default-features = false, features = ["rt-multi-thread"] }
173+
tokio = { version = "1.26.0", default-features = false, features = [
174+
"rt-multi-thread",
175+
] }
172176
tracing = "0.1"
173177
tracing-opentelemetry = "0.22.0"
174178
tracing-subscriber = "0.3.16"

download/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "download"
3-
version = "1.26.0"
3+
version = "1.27.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66

0 commit comments

Comments
 (0)