summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-12 08:20:17 -0700
committerGitHub <noreply@github.com>2024-10-12 08:20:17 -0700
commit3df8f1650039e9453056d516744e755d6be8801b (patch)
tree8963fe708ae5c73c6122bd21d40bd6fcf02de31e /Cargo.lock
parent9117a9a43cba86d3112f86b10c5ea77baa2c6007 (diff)
refactor(ext/broadcastchannel): use concrete error type (#26105)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 5 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0e6b4fb6a..a166c6f23 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1340,6 +1340,7 @@ version = "0.165.0"
dependencies = [
"async-trait",
"deno_core",
+ "thiserror",
"tokio",
"uuid",
]
@@ -7153,18 +7154,18 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.61"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
+checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.61"
+version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
+checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
dependencies = [
"proc-macro2",
"quote",