Skip to content

Commit a7f8999

Browse files
Update dependencies
Signed-off-by: Jonathan Woollett-Light <[email protected]>
1 parent eaa50cb commit a7f8999

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

tests/framework/dependencies.txt

+14-9
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
'base64 v0.13.0',
99
'bincode v1.3.3',
1010
'bindgen v0.59.2',
11+
'bit-fields v0.1.0 (/firecracker/src/bit-fields)',
12+
'bit-fields-macros v0.1.0 (proc-macro) (/firecracker/src/bit-fields-macros)',
1113
'bitflags v1.3.2',
1214
'cc v1.0.73',
1315
'cexpr v0.6.0',
@@ -52,27 +54,30 @@
5254
'opaque-debug v0.3.0',
5355
'peeking_take_while v0.1.2',
5456
'polyval v0.5.3',
55-
'proc-macro2 v1.0.36',
56-
'quote v1.0.15',
57+
'proc-macro-error v1.0.4',
58+
'proc-macro-error-attr v1.0.4 (proc-macro)',
59+
'proc-macro2 v1.0.43',
60+
'quote v1.0.21',
5761
'rate_limiter v0.1.0 (/firecracker/src/rate_limiter)',
5862
'rebase-snap v1.1.0 (/firecracker/src/rebase-snap)',
5963
'regex v1.5.5',
6064
'regex-syntax v0.6.25',
6165
'rustc-hash v1.1.0',
6266
'ryu v1.0.9',
6367
'seccompiler v1.1.0 (/firecracker/src/seccompiler)',
64-
'serde v1.0.136',
65-
'serde_derive v1.0.136 (proc-macro)',
66-
'serde_json v1.0.78',
68+
'serde v1.0.144',
69+
'serde_derive v1.0.144 (proc-macro)',
70+
'serde_json v1.0.85',
6771
'shlex v1.1.0',
6872
'snapshot v0.1.0 (/firecracker/src/snapshot)',
73+
'static_assertions v1.1.0',
6974
'subtle v2.4.1',
70-
'syn v1.0.86',
71-
'thiserror v1.0.30',
72-
'thiserror-impl v1.0.30 (proc-macro)',
75+
'syn v1.0.99',
76+
'thiserror v1.0.32',
77+
'thiserror-impl v1.0.32 (proc-macro)',
7378
'timerfd v1.2.0',
7479
'typenum v1.15.0',
75-
'unicode-xid v0.2.2',
80+
'unicode-ident v1.0.3',
7681
'universal-hash v0.4.1',
7782
'userfaultfd v0.4.2',
7883
'userfaultfd-sys v0.4.1',

0 commit comments

Comments
 (0)