Skip to content

Commit fc24f5f

Browse files
committed
Update version to 3.2-preview.8
1 parent 614a7f1 commit fc24f5f

File tree

4 files changed

+50
-77
lines changed

4 files changed

+50
-77
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ os_info = { version = "3.11" }
151151
# dsc, dsc-lib
152152
path-absolutize = { version = "3.1" }
153153
# dsc, dsc-lib
154-
regex = { version = "1.11" }
154+
regex = { version = "1.12" }
155155
# registry, dsc-lib-registry
156156
registry = { version = "1.3" }
157157
# dsc
@@ -161,7 +161,7 @@ rt-format = { version = "0.3" }
161161
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig
162162
rust-i18n = { version = "3.1" }
163163
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, sshdconfig, dsctest, test_group_resource
164-
schemars = { version = "1.0", features = ["preserve_order"] }
164+
schemars = { version = "1.1", features = ["preserve_order"] }
165165
# dsc, dsc-lib
166166
semver = { version = "1.0" }
167167
# dsc, dsc-lib, dscecho, dsc-lib-osinfo, process, registry, dsc-lib-registry, runcommandonset, sshdconfig, dsctest, test_group_resource
@@ -179,7 +179,7 @@ tempfile = { version = "3.23" }
179179
# dsc, dsc-lib, registry, dsc-lib-registry, sshdconfig
180180
thiserror = { version = "2.0" }
181181
# dsc, dsc-lib
182-
tokio = { version = "1.47" }
182+
tokio = { version = "1.48" }
183183
# dsc
184184
tokio-util = { version = "0.7" }
185185
# dsc, dsc-lib, registry, dsc-lib-registry, runcommandonset, sshdconfig

dsc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsc"
3-
version = "3.2.0-preview.7"
3+
version = "3.2.0-preview.8"
44
edition = "2021"
55

66
[dependencies]

pal/Cargo.lock

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

0 commit comments

Comments
 (0)