From c7f85c2353401b535f207f1accd9bbb4d4c810e5 Mon Sep 17 00:00:00 2001 From: Chris Connelly Date: Tue, 10 Aug 2021 16:49:40 +0100 Subject: [PATCH] chore: Update `xor_name` There are no changes in the update that affect our usage. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 837d0852..0d43bcda 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ thiserror = "1.0.23" webpki = "~0.21.3" tiny-keccak = "2.0.2" tracing = "~0.1.26" -xor_name = "1.2.1" +xor_name = "2.0.0" [dependencies.backoff] version = "0.3.0"