update structdesc, format code

This commit is contained in:
Jakub Panek
2024-06-04 01:00:03 +02:00
parent faf8c9ba92
commit 7d2aed5edb
4 changed files with 21 additions and 22 deletions
Generated
+1 -1
View File
@@ -4847,7 +4847,7 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "structdesc"
version = "0.1.0"
source = "git+https://github.com/lapce/structdesc#47d8201fb13240166f4d842c718d63c1e24f0236"
source = "git+https://github.com/lapce/structdesc?rev=bb56969f22fdb2c2d6c03f158fd4a2bdc983b659#bb56969f22fdb2c2d6c03f158fd4a2bdc983b659"
dependencies = [
"darling",
"proc-macro2",
-1
View File
@@ -125,4 +125,3 @@ opt-level = 3
[profile.fastdev]
inherits = "dev"
+11 -11
View File
@@ -1,15 +1,15 @@
[licenses]
# use SPDX short identifiers
allow = [
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"BSD-2-Clause",
"BSD-3-Clause",
"BSL-1.0",
"CC0-1.0",
"ISC",
"MIT",
"MPL-2.0",
"Unicode-DFS-2016",
"Zlib",
]
+9 -9
View File
@@ -46,16 +46,16 @@ tracing-subscriber = { workspace = true }
tracing-appender = { workspace = true }
url = { workspace = true }
pulldown-cmark = "0.11.0"
Inflector = "0.11.4"
open = "5.1.2"
unicode-width = "0.1.12"
nucleo = "0.5.0"
bytemuck = "1.15.0"
pulldown-cmark = { version = "0.11.0" }
Inflector = { version = "0.11.4" }
open = { version = "5.1.2" }
unicode-width = { version = "0.1.12" }
nucleo = { version = "0.5.0" }
bytemuck = { version = "1.15.0" }
config = { version = "=0.13.4", default-features = false, features = ["toml"] }
structdesc = { git = "https://github.com/lapce/structdesc" }
base64 = "0.21.7"
sha2 = "0.10.8"
structdesc = { git = "https://github.com/lapce/structdesc", rev = "bb56969f22fdb2c2d6c03f158fd4a2bdc983b659" }
base64 = { version = "0.21.7" }
sha2 = { version = "0.10.8" }
zip = { version = "0.6.6", default-features = false, features = ["deflate"] }
percent-encoding = { version = "2.3.1" }