File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -817,9 +817,9 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
817817
818818[[package]]
819819name = "proc-macro2"
820- version = "1.0.78 "
820+ version = "1.0.104 "
821821source = "registry+https://github.com/rust-lang/crates.io-index"
822- checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae "
822+ checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0 "
823823dependencies = [
824824 "unicode-ident",
825825]
@@ -1197,9 +1197,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
11971197
11981198[[package]]
11991199name = "syn"
1200- version = "2.0.52 "
1200+ version = "2.0.112 "
12011201source = "registry+https://github.com/rust-lang/crates.io-index"
1202- checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07 "
1202+ checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4 "
12031203dependencies = [
12041204 "proc-macro2",
12051205 "quote",
@@ -1235,18 +1235,18 @@ dependencies = [
12351235
12361236[[package]]
12371237name = "thiserror"
1238- version = "1 .0.57 "
1238+ version = "2 .0.17 "
12391239source = "registry+https://github.com/rust-lang/crates.io-index"
1240- checksum = "1e45bcbe8ed29775f228095caf2cd67af7a4ccf756ebff23a306bf3e8b47b24b "
1240+ checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 "
12411241dependencies = [
12421242 "thiserror-impl",
12431243]
12441244
12451245[[package]]
12461246name = "thiserror-impl"
1247- version = "1 .0.57 "
1247+ version = "2 .0.17 "
12481248source = "registry+https://github.com/rust-lang/crates.io-index"
1249- checksum = "a953cb265bef375dae3de6663da4d3804eee9682ea80d8e2542529b73c531c81 "
1249+ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 "
12501250dependencies = [
12511251 "proc-macro2",
12521252 "quote",
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ required-features = ["reqwest-blocking"]
4949
5050[dependencies ]
5151base64 = " >= 0.21, <0.23"
52- thiserror = " 1.0 "
52+ thiserror = " 2 "
5353http = " 1.0"
5454rand = " 0.8"
5555reqwest = { version = " 0.12" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments