Skip to content

Commit f3c2043

Browse files
authored
Merge pull request #667 from SteveL-MSFT/version-3.1-p1
Update version to 3.1.0-preview.1 and update some crate versions
2 parents 7facec6 + b078ad7 commit f3c2043

File tree

7 files changed

+65
-42
lines changed

7 files changed

+65
-42
lines changed

dsc/Cargo.lock

Lines changed: 9 additions & 8 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.0.0-rc.1"
3+
version = "3.1.0-preview.1"
44
edition = "2021"
55

66
[profile.release]
@@ -17,9 +17,9 @@ crossterm = { version = "0.28" }
1717
ctrlc = { version = "3.4" }
1818
dsc_lib = { path = "../dsc_lib" }
1919
indicatif = { version = "0.17" }
20-
jsonschema = { version = "0.28", default-features = false }
20+
jsonschema = { version = "0.29", default-features = false }
2121
path-absolutize = { version = "3.1" }
22-
rust-i18n = { version = "3" }
22+
rust-i18n = { version = "3.1" }
2323
schemars = { version = "0.8" }
2424
serde = { version = "1.0", features = ["derive"] }
2525
serde_json = { version = "1.0", features = ["preserve_order"] }

dsc_lib/Cargo.lock

Lines changed: 11 additions & 10 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ chrono = "0.4"
1616
clap = { version = "4.5", features = ["derive"] }
1717
derive_builder ="0.20"
1818
indicatif = "0.17"
19-
jsonschema = { version = "0.28", default-features = false }
19+
jsonschema = { version = "0.29", default-features = false }
2020
linked-hash-map = "0.5"
2121
num-traits = "0.2"
2222
regex = "1.11"
23-
rust-i18n = { version = "3.0" }
23+
rust-i18n = { version = "3.1" }
2424
# reqwest = { version = "0.12.8", features = ["native-tls"], default-features = false }
2525
schemars = { version = "0.8", features = ["preserve_order"] }
2626
serde = { version = "1.0", features = ["derive"] }
2727
serde_json = { version = "1.0", features = ["preserve_order"] }
2828
serde_yaml = { version = "0.9" }
29-
thiserror = "1.0"
29+
thiserror = "2.0"
3030
security_context_lib = { path = "../security_context_lib" }
3131
semver = "1.0"
3232
tokio = { version = "1.41", features = ["full"] }
@@ -35,10 +35,10 @@ tracing-indicatif = { version = "0.3" }
3535
tree-sitter = "0.25"
3636
tree-sitter-rust = "0.23"
3737
tree-sitter-dscexpression = { path = "../tree-sitter-dscexpression" }
38-
uuid = { version = "1.13", features = ["v4"] }
38+
uuid = { version = "1.15", features = ["v4"] }
3939

4040
[dev-dependencies]
4141
serde_yaml = "0.9"
4242

4343
[build-dependencies]
44-
cc="1.1"
44+
cc="1.2"

registry/Cargo.lock

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

registry/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ lto = true
1818
[dependencies]
1919
clap = { version = "4.5", features = ["derive"] }
2020
crossterm = "0.28"
21-
registry = "1.2"
22-
rust-i18n = { version = "3.0" }
21+
registry = "1.3"
22+
rust-i18n = { version = "3.1" }
2323
schemars = "0.8"
2424
serde = "1.0"
2525
serde_json = "1.0"
26-
thiserror = "1.0"
26+
thiserror = "2.0"
2727
tracing = { version = "0.1" }
2828
tracing-subscriber = { version = "0.3", features = ["ansi", "env-filter", "json"] }
2929
utfx = "0.1"

tools/test_group_resource/Cargo.lock

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

0 commit comments

Comments
 (0)