diff options
Diffstat (limited to '')
-rw-r--r-- | math/kalker/Makefile.crates | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/math/kalker/Makefile.crates b/math/kalker/Makefile.crates index 2996f93e1e9e..f9213f6d2439 100644 --- a/math/kalker/Makefile.crates +++ b/math/kalker/Makefile.crates @@ -23,19 +23,21 @@ CARGO_CRATES= aho-corasick-0.7.20 \ memchr-2.5.0 \ nix-0.19.1 \ once_cell-1.17.0 \ - proc-macro2-1.0.50 \ - quote-1.0.23 \ + proc-macro2-1.0.95 \ + quote-1.0.40 \ redox_syscall-0.2.16 \ redox_users-0.4.3 \ regex-1.7.1 \ regex-syntax-0.6.28 \ rug-1.24.0 \ + rustversion-1.0.20 \ rustyline-7.1.0 \ scoped-tls-1.0.1 \ scopeguard-1.1.0 \ seahorse-1.1.2 \ serde-1.0.152 \ syn-1.0.107 \ + syn-2.0.101 \ test-case-1.2.3 \ thiserror-1.0.38 \ thiserror-impl-1.0.38 \ @@ -46,12 +48,12 @@ CARGO_CRATES= aho-corasick-0.7.20 \ utf8parse-0.2.0 \ version_check-0.9.4 \ wasi-0.11.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.83 \ - wasm-bindgen-backend-0.2.83 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ wasm-bindgen-futures-0.4.33 \ - wasm-bindgen-macro-0.2.83 \ - wasm-bindgen-macro-support-0.2.83 \ - wasm-bindgen-shared-0.2.83 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ wasm-bindgen-test-0.3.33 \ wasm-bindgen-test-macro-0.3.33 \ web-sys-0.3.60 \ |