Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit306e909

Browse files
authored
Merge pull request#485 from CosminPerRam/chore/update_deps
chore: update deps
2 parents29d8194 +500b61c commit306e909

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ and raw deflate streams.
1919
exclude = [".*"]
2020

2121
[dependencies]
22-
libz-sys = {version ="1.1.20",optional =true,default-features =false }
23-
libz-ng-sys = {version ="1.1.16",optional =true }
22+
libz-sys = {version ="1.1.22",optional =true,default-features =false }
23+
libz-ng-sys = {version ="1.1.22",optional =true }
2424
# this matches the default features, but we don't want to depend on the default features staying the same
2525
libz-rs-sys = {version ="0.5.0",optional =true,default-features =false,features = ["std","rust-allocator"] }
26-
cloudflare-zlib-sys = {version ="0.3.5",optional =true }
27-
miniz_oxide = {version ="0.8.5",optional =true,default-features =false,features = ["with-alloc"] }
28-
crc32fast ="1.2.0"
26+
cloudflare-zlib-sys = {version ="0.3.6",optional =true }
27+
miniz_oxide = {version ="0.8.8",optional =true,default-features =false,features = ["with-alloc"] }
28+
crc32fast ="1.4.2"
2929

3030
[target.'cfg(all(target_arch="wasm32",not(target_os="emscripten")))'.dependencies]
31-
miniz_oxide = {version ="0.8.5",default-features =false,features = ["with-alloc"] }
31+
miniz_oxide = {version ="0.8.8",default-features =false,features = ["with-alloc"] }
3232

3333
[dev-dependencies]
3434
rand ="0.9"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp