wit-bindgen-core
Advanced tools
| { | ||
| "git": { | ||
| "sha1": "6f8b8e75254174353fc27c269827c4c239d51eff" | ||
| "sha1": "0c39eee9f23d0530ed81bdf68bdd91fcc09ae08f" | ||
| }, | ||
| "path_in_vcs": "crates/core" | ||
| } |
+30
-30
@@ -69,5 +69,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "clap" | ||
| version = "4.5.53" | ||
| version = "4.5.54" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" | ||
| checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" | ||
| dependencies = [ | ||
@@ -80,5 +80,5 @@ "clap_builder", | ||
| name = "clap_builder" | ||
| version = "4.5.53" | ||
| version = "4.5.54" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" | ||
| checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" | ||
| dependencies = [ | ||
@@ -141,5 +141,5 @@ "anstream", | ||
| name = "indexmap" | ||
| version = "2.12.1" | ||
| version = "2.13.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" | ||
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | ||
| dependencies = [ | ||
@@ -160,11 +160,11 @@ "equivalent", | ||
| name = "itoa" | ||
| version = "1.0.15" | ||
| version = "1.0.17" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" | ||
| checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" | ||
| [[package]] | ||
| name = "log" | ||
| version = "0.4.28" | ||
| version = "0.4.29" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" | ||
| checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" | ||
@@ -185,5 +185,5 @@ [[package]] | ||
| name = "proc-macro2" | ||
| version = "1.0.103" | ||
| version = "1.0.105" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" | ||
| checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" | ||
| dependencies = [ | ||
@@ -195,5 +195,5 @@ "unicode-ident", | ||
| name = "quote" | ||
| version = "1.0.42" | ||
| version = "1.0.43" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" | ||
| checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" | ||
| dependencies = [ | ||
@@ -204,8 +204,2 @@ "proc-macro2", | ||
| [[package]] | ||
| name = "ryu" | ||
| version = "1.0.20" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" | ||
| [[package]] | ||
| name = "semver" | ||
@@ -248,11 +242,11 @@ version = "1.0.27" | ||
| name = "serde_json" | ||
| version = "1.0.145" | ||
| version = "1.0.149" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" | ||
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | ||
| dependencies = [ | ||
| "itoa", | ||
| "memchr", | ||
| "ryu", | ||
| "serde", | ||
| "serde_core", | ||
| "zmij", | ||
| ] | ||
@@ -268,5 +262,5 @@ | ||
| name = "syn" | ||
| version = "2.0.111" | ||
| version = "2.0.114" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| dependencies = [ | ||
@@ -298,5 +292,5 @@ "proc-macro2", | ||
| name = "wasmparser" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "f6d8db401b0528ec316dfbe579e6ab4152d61739cfe076706d2009127970159d" | ||
| checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" | ||
| dependencies = [ | ||
@@ -325,3 +319,3 @@ "bitflags", | ||
| name = "wit-bindgen-core" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| dependencies = [ | ||
@@ -337,5 +331,5 @@ "anyhow", | ||
| name = "wit-parser" | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "df983a8608e513d8997f435bb74207bf0933d0e49ca97aa9d8a6157164b9b7fc" | ||
| checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" | ||
| dependencies = [ | ||
@@ -353,1 +347,7 @@ "anyhow", | ||
| ] | ||
| [[package]] | ||
| name = "zmij" | ||
| version = "1.0.12" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "2fc5a66a20078bf1251bde995aa2fdcc4b800c70b5d92dd2c62abc5c60f679f8" |
+17
-2
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "wit-bindgen-core" | ||
| version = "0.50.0" | ||
| version = "0.51.0" | ||
| authors = ["Alex Crichton <alex@alexcrichton.com>"] | ||
@@ -61,2 +61,17 @@ build = false | ||
| [dependencies.wit-parser] | ||
| version = "0.243.0" | ||
| version = "0.244.0" | ||
| [lints.clippy] | ||
| allow_attributes_without_reason = "warn" | ||
| clone_on_copy = "warn" | ||
| manual_strip = "warn" | ||
| map_clone = "warn" | ||
| uninlined_format_args = "warn" | ||
| unnecessary_cast = "warn" | ||
| unnecessary_fallible_conversions = "warn" | ||
| unnecessary_mut_passed = "warn" | ||
| unnecessary_to_owned = "warn" | ||
| [lints.clippy.all] | ||
| level = "allow" | ||
| priority = -1 |
+2
-0
@@ -185,2 +185,3 @@ use std::fmt::Write; | ||
| TypeDefKind::FixedSizeList(..) => todo!(), | ||
| TypeDefKind::Map(..) => todo!(), | ||
| TypeDefKind::Unknown => unreachable!(), | ||
@@ -222,2 +223,3 @@ } | ||
| TypeDefKind::FixedSizeList(..) => todo!(), | ||
| TypeDefKind::Map(..) => todo!(), | ||
| TypeDefKind::Unknown => unreachable!(), | ||
@@ -224,0 +226,0 @@ } |
+1
-1
@@ -14,3 +14,3 @@ use std::collections::HashSet; | ||
| } else { | ||
| Err(format!("name `{}` already defined", name)) | ||
| Err(format!("name `{name}` already defined")) | ||
| } | ||
@@ -17,0 +17,0 @@ } |
+1
-0
@@ -207,2 +207,3 @@ use std::collections::HashMap; | ||
| TypeDefKind::FixedSizeList(..) => todo!(), | ||
| TypeDefKind::Map(..) => todo!(), | ||
| TypeDefKind::Unknown => unreachable!(), | ||
@@ -209,0 +210,0 @@ } |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display