8000 Upgrade system-configuration and libz-rs-sys · RustPython/RustPython@2e14b7b · GitHub
[go: up one dir, main page]

Skip to content

Commit 2e14b7b

Browse files
committed
Upgrade system-configuration and libz-rs-sys
1 parent 7eb361c commit 2e14b7b

File tree

2 files changed

+10
-25
lines changed

2 files changed

+10
-25
lines changed

Cargo.lock

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

stdlib/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ucd = "0.1.1"
7979
adler32 = "1.2.0"
8080
crc32fast = "1.3.2"
8181
flate2 = { version = "1.1", default-features = false, features = ["zlib-rs"] }
82-
libz-sys = { package = "libz-rs-sys", version = "0.4" }
82+
libz-sys = { package = "libz-rs-sys", version = "0.5" }
8383
bzip2 = { version = "0.4", optional = true }
8484

8585
# tkinter
@@ -132,7 +132,7 @@ features = [
132132
]
133133

134134
[target.'cfg(target_os = "macos")'.dependencies]
135-
system-configuration = "0.5.1"
135+
system-configuration = "0.6.1"
136136

137137
[lints]
138138
workspace = true

0 commit comments

Comments
 (0)
0