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 2
2
name = " antithesis_sdk_rust"
3
3
version = " 0.1.0"
4
4
edition = " 2021"
5
+ rust-version = " 1.62.1"
5
6
6
7
[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"
12
13
once_cell = " 1"
13
- linkme = " 0.3"
14
+ linkme = " 0.3.17 "
14
15
15
16
[dev-dependencies ]
16
- serde = { version = " 1.0" , features = [" derive" ] }
17
+ serde = { version = " 1.0.60 " , features = [" derive" ] }
17
18
18
19
[features ]
19
20
no-antithesis-sdk = []
Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ edition = "2021"
5
5
6
6
[dependencies ]
7
7
antithesis_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