Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 46 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ crossterm = { version = "0.29" }
# dsc
ctrlc = { version = "3.5.2" }
# dsc-lib-jsonschema-macros
darling = { version = "0.24" }
darling = { version = "0.24.1" }
# dsc-lib
derive_builder = { version = "0.20" }
# dsc, dsc-lib
Expand Down Expand Up @@ -203,7 +203,7 @@ regex = { version = "1.13.1" }
# registry, dsc-lib, dsc-lib-registry, dsctest
registry = { version = "1.3" }
# dsc
rmcp = { version = "3.1.2" }
rmcp = { version = "3.2.0" }
# dsc_lib
rt-format = { version = "0.3" }
# dsc, dsc-lib, dsc-bicep-ext, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig
Expand All @@ -219,7 +219,7 @@ serde_json = { version = "1.0.151", features = ["preserve_order"] }
# dsc, dsc-lib, y2j
serde_yaml = { version = "0.9" }
# dsc-lib-jsonschema-macros
syn = { version = "3.0.3" }
syn = { version = "3.0.4" }
# dsc, y2j
syntect = { version = "5.3", features = ["default-fancy"], default-features = false }
# dsc, process
Expand Down Expand Up @@ -249,21 +249,21 @@ tracing-indicatif = { version = "0.3.14" }
# dsc, dsc-bicep-ext, registry, dsc-lib-registry, runcommandonset, sshdconfig
tracing-subscriber = { version = "0.3.23", features = ["ansi", "env-filter", "json"] }
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
tree-sitter = { version = "0.26.12" }
tree-sitter = { version = "0.27.0" }
# tree-sitter-dscexpression, tree-sitter-ssh-server-config
tree-sitter-language = { version = "0.1.7" }
tree-sitter-language = { version = "0.1.8" }
# dsc-lib, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
tree-sitter-rust = { version = "0.24.2" }
# registry, dsc-lib-registry, dsctest
utfx = { version = "0.1" }
# dsc-lib
uuid = { version = "1.23.0", features = ["v4"] }
uuid = { version = "1.26.0", features = ["v4"] }
# dsc-lib, dsc-lib-jsonschema
url = { version = "2.5.8" }
# dsc-lib, dsc-lib-jsonschema
urlencoding = { version = "2.1" }
# dsc-lib
which = { version = "8.0.5" }
which = { version = "8.0.6" }
# dsc-lib
ipnetwork = { version = "0.21" }
# WindowsUpdate, windows_service, dsc-lib (ACL checks)
Expand All @@ -282,7 +282,7 @@ windows = { version = "0.62", features = [

# build-only dependencies
# dsc-lib, dsc-lib-registry, sshdconfig, tree-sitter-dscexpression, tree-sitter-ssh-server-config
cc = { version = "1.4.3" }
cc = { version = "1.4.4" }
# dsc
tonic-prost-build = { version = "0.14.6" }

Expand Down
2 changes: 1 addition & 1 deletion dsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsc"
version = "3.3.0-rc.2"
version = "3.3.0"
edition = "2024"

[dependencies]
Expand Down
Loading