Skip to content

Commit 73c95ca

Browse files
authored
Merge pull request #1054 from SteveL-MSFT/3.2-p4
Update to version 3.2-preview.4 and versions of crates
2 parents 7d466d8 + c6a9af1 commit 73c95ca

File tree

13 files changed

+409
-334
lines changed

13 files changed

+409
-334
lines changed

dsc/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.

dsc/Cargo.toml

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

66
[profile.release]
@@ -19,7 +19,7 @@ crossterm = { version = "0.29" }
1919
ctrlc = { version = "3.4" }
2020
dsc_lib = { path = "../dsc_lib" }
2121
indicatif = { version = "0.18" }
22-
jsonschema = { version = "0.30", default-features = false }
22+
jsonschema = { version = "0.32", default-features = false }
2323
path-absolutize = { version = "3.1" }
2424
regex = "1.11"
2525
rust-i18n = { version = "3.1" }
@@ -28,7 +28,7 @@ serde = { version = "1.0", features = ["derive"] }
2828
serde_json = { version = "1.0", features = ["preserve_order"] }
2929
serde_yaml = { version = "0.9" }
3030
syntect = { version = "5.0", features = ["default-fancy"], default-features = false }
31-
sysinfo = { version = "0.36" }
31+
sysinfo = { version = "0.37" }
3232
thiserror = "2.0"
3333
tracing = { version = "0.1" }
3434
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }

dsc_lib/Cargo.lock

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

dsc_lib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsc_lib"
3-
version = "3.1.0"
3+
version = "3.2.0"
44
edition = "2021"
55

66
[profile.release]
@@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["alloc"] }
1919
clap = { version = "4.5", features = ["derive"] }
2020
derive_builder ="0.20"
2121
indicatif = "0.18"
22-
jsonschema = { version = "0.30", default-features = false }
22+
jsonschema = { version = "0.32", default-features = false }
2323
linked-hash-map = "0.5"
2424
murmurhash64 = "0.3"
2525
num-traits = "0.2"

pal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ opt-level = 2
1313
lto = true
1414

1515
[build-dependencies]
16-
cc = "1.1"
16+
cc = "*"

0 commit comments

Comments
 (0)