File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 22name = " antithesis_sdk_rust"
33version = " 0.1.0"
44edition = " 2021"
5+ rust-version = " 1.62.1"
56
67[dependencies ]
7- serde_json = " 1.0.115 "
8- libloading = " 0.8.3 "
9- libc = " 0.2.153 "
10- rand = " 0.8.5 "
11- rustc_version_runtime = " 0.3.0 "
8+ serde_json = " 1.0.25 "
9+ libloading = " 0.8"
10+ libc = " 0.2.64 "
11+ rand = " 0.8"
12+ rustc_version_runtime = " 0.3"
1213once_cell = " 1"
13- linkme = " 0.3"
14+ linkme = " 0.3.17 "
1415
1516[dev-dependencies ]
16- serde = { version = " 1.0" , features = [" derive" ] }
17+ serde = { version = " 1.0.60 " , features = [" derive" ] }
1718
1819[features ]
1920no-antithesis-sdk = []
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ edition = "2021"
55
66[dependencies ]
77antithesis_sdk_rust = { path = " ../lib" }
8- serde_json = " 1.0.115 "
8+ serde_json = " 1.0.25 "
You can’t perform that action at this time.
0 commit comments