Skip to content

Commit fa00cee

Browse files
authored
Merge pull request #1349 from SteveL-MSFT/3.2-p11
Update version to 3.2-preview.11
2 parents 7f3a2c1 + 96703d8 commit fa00cee

File tree

3 files changed

+48
-72
lines changed

3 files changed

+48
-72
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ indicatif = { version = "0.18" }
144144
# dsc-lib-security_context::windows
145145
is_elevated = { version = "0.1" }
146146
# dsc, dsc-lib
147-
jsonschema = { version = "0.37", default-features = false }
147+
jsonschema = { version = "0.38", default-features = false }
148148
# dsc-lib
149149
linked-hash-map = { version = "0.5" }
150150
# dsc-lib
@@ -166,13 +166,13 @@ regex = { version = "1.12" }
166166
# registry, dsc-lib-registry
167167
registry = { version = "1.3" }
168168
# dsc
169-
rmcp = { version = "0.11" }
169+
rmcp = { version = "0.12" }
170170
# dsc_lib
171171
rt-format = { version = "0.3" }
172172
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig
173173
rust-i18n = { version = "3.1" }
174174
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, sshdconfig, dsctest, test_group_resource
175-
schemars = { version = "1.1", features = ["preserve_order"] }
175+
schemars = { version = "1.2", features = ["preserve_order"] }
176176
# dsc, dsc-lib
177177
semver = { version = "1.0" }
178178
# dsc, dsc-lib, dscecho, dsc-lib-osinfo, process, registry, dsc-lib-registry, runcommandonset, sshdconfig, dsctest, test_group_resource
@@ -188,11 +188,11 @@ syntect = { version = "5.3", features = ["default-fancy"], default-features = fa
188188
# dsc, process
189189
sysinfo = { version = "0.37" }
190190
# sshdconfig
191-
tempfile = { version = "3.23" }
191+
tempfile = { version = "3.24" }
192192
# dsc, dsc-lib, registry, dsc-lib-registry, sshdconfig
193193
thiserror = { version = "2.0" }
194194
# dsc, dsc-lib
195-
tokio = { version = "1.48" }
195+
tokio = { version = "1.49" }
196196
# dsc
197197
tokio-util = { version = "0.7" }
198198
# dsc, dsc-lib, registry, dsc-lib-registry, runcommandonset, sshdconfig
@@ -202,7 +202,7 @@ tracing-indicatif = { version = "0.3" }
202202
# dsc, registry, dsc-lib-registry, runcommandonset, sshdconfig
203203
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
204204
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
205-
tree-sitter = { version = "0.25" }
205+
tree-sitter = { version = "0.26" }
206206
# tree-sitter-dscexpression, tree-sitter-ssh-server-config
207207
tree-sitter-language = { version = "0.1" }
208208
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config

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

66
[dependencies]

0 commit comments

Comments
 (0)