Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
87 changes: 14 additions & 73 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ os_info = { version = "3.11" }
# dsc, dsc-lib
path-absolutize = { version = "3.1" }
# dsc, dsc-lib
regex = { version = "1.11" }
regex = { version = "1.12" }
# registry, dsc-lib-registry
registry = { version = "1.3" }
# dsc
Expand All @@ -161,7 +161,7 @@ rt-format = { version = "0.3" }
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, runcommandonset, sshdconfig
rust-i18n = { version = "3.1" }
# dsc, dsc-lib, dscecho, registry, dsc-lib-registry, sshdconfig, dsctest, test_group_resource
schemars = { version = "1.0", features = ["preserve_order"] }
schemars = { version = "1.1", features = ["preserve_order"] }
# dsc, dsc-lib
semver = { version = "1.0" }
# dsc, dsc-lib, dscecho, dsc-lib-osinfo, process, registry, dsc-lib-registry, runcommandonset, sshdconfig, dsctest, test_group_resource
Expand All @@ -179,7 +179,7 @@ tempfile = { version = "3.23" }
# dsc, dsc-lib, registry, dsc-lib-registry, sshdconfig
thiserror = { version = "2.0" }
# dsc, dsc-lib
tokio = { version = "1.47" }
tokio = { version = "1.48" }
# dsc
tokio-util = { version = "0.7" }
# dsc, dsc-lib, registry, dsc-lib-registry, runcommandonset, sshdconfig
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.2.0-preview.7"
version = "3.2.0-preview.8"
edition = "2021"

[dependencies]
Expand Down
32 changes: 32 additions & 0 deletions pal/Cargo.lock

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

Loading