Skip to content

Commit 6fb348e

Browse files
authored
build: Remove direct dependency on windows-core (#1616)
1 parent 629ab6e commit 6fb348e

File tree

2 files changed

+14
-59
lines changed

2 files changed

+14
-59
lines changed

Cargo.lock

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

sdk/Cargo.toml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ bcder = "0.7.3"
106106
bytes = "1.7.2"
107107
byteorder = { version = "1.4.3", default-features = false }
108108
byteordered = "0.6.0"
109-
chrono = { version = "0.4.39", default-features = false, features = ["serde"] }
109+
chrono = { version = "0.4.42", default-features = false, features = ["serde"] }
110110
ciborium = "0.2.2"
111111
toml = "0.8.23"
112112
config = { version = "0.14.0", default-features = false, features = [
@@ -286,9 +286,6 @@ web-sys = { version = "0.3.58", features = [
286286
"WorkerGlobalScope",
287287
] }
288288

289-
[target.'cfg(target_os = "windows")'.dependencies]
290-
windows-core = "0.61.2" # Override yanked version used in chrono and other crates.
291-
292289
[dev-dependencies]
293290
anyhow = "1.0.97"
294291
glob = "0.3.1"
@@ -318,7 +315,3 @@ harness = false
318315
[[bench]]
319316
name = "read"
320317
harness = false
321-
322-
323-
[package.metadata.cargo-udeps.ignore]
324-
normal = ["windows-core"]

0 commit comments

Comments
 (0)