Skip to content

Commit 71c5053

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
Update version to 3.2-preview.10
1 parent b716bb1 commit 71c5053

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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
@@ -154,7 +154,7 @@ nix = { version = "0.30" }
154154
# dsc-lib
155155
num-traits = { version = "0.2" }
156156
# dsc-lib-osinfo
157-
os_info = { version = "3.13" }
157+
os_info = { version = "3.14" }
158158
# dsc, dsc-lib
159159
path-absolutize = { version = "3.1" }
160160
# dsc-lib-jsonschema-macros
@@ -166,7 +166,7 @@ regex = { version = "1.12" }
166166
# registry, dsc-lib-registry
167167
registry = { version = "1.3" }
168168
# dsc
169-
rmcp = { version = "0.9" }
169+
rmcp = { version = "0.11" }
170170
# dsc_lib
171171
rt-format = { version = "0.3" }
172172
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig
@@ -210,7 +210,7 @@ tree-sitter-rust = { version = "0.24" }
210210
# registry, dsc-lib-registry
211211
utfx = { version = "0.1" }
212212
# dsc-lib
213-
uuid = { version = "1.18", features = ["v4"] }
213+
uuid = { version = "1.19", features = ["v4"] }
214214
# dsc-lib, dsc-lib-jsonschema
215215
url = { version = "2.5" }
216216
# dsc-lib, dsc-lib-jsonschema

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.9"
3+
version = "3.2.0-preview.10"
44
edition = "2021"
55

66
[dependencies]

0 commit comments

Comments
 (0)