File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ edition = "2018"
15
15
readme = " README.md"
16
16
17
17
[target .aarch64-apple-darwin .dependencies ]
18
- libc = " 0.2.103 "
18
+ libc = " 0.2.68 "
19
19
20
20
[target .'cfg(all(target_arch = "aarch64", target_os = "linux"))' .dependencies ]
21
- libc = " 0.2.103 "
21
+ libc = " 0.2.68 "
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ edition = "2018"
12
12
[dependencies ]
13
13
blobby = { version = " 0.3.1" , path = " ../blobby" }
14
14
hex = " 0.4"
15
- serde = { version = " 1" , features = [" derive" ] }
15
+ serde = { version = " 1.0.103 " , features = [" derive" ] }
16
16
serde_json = " 1"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ proc-macro = true
17
17
proc-macro2 = " 1"
18
18
quote = " 1"
19
19
syn = " 1"
20
- synstructure = " 0.12"
20
+ synstructure = " 0.12.2 "
21
21
22
22
[package .metadata .docs .rs ]
23
23
rustdoc-args = [" --document-private-items" ]
You can’t perform that action at this time.
0 commit comments