summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorTglman <tglman@tglman.com>2022-01-14 21:00:13 +0000
committerTglman <tglman@tglman.com>2022-01-15 14:17:15 +0000
commitc1cd4b5e26c68d1c5e91f85df2a65591f774d13c (patch)
tree755e4ec0483ea2812935890768e847fc7f4133e3 /Cargo.lock
parentf9977ca64f84768c0a71535f6038f4a6487ddc17 (diff)
downloadconduit-c1cd4b5e26c68d1c5e91f85df2a65591f774d13c.zip
chore: set the released version of persy in Cargo.toml
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index df37fd5..469c566 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1670,7 +1670,8 @@ checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "persy"
version = "1.2.0"
-source = "git+https://gitlab.com/tglman/persy.git?branch=master#ff102d6edeaf14d30a846c2e2376a814685d09e7"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "29c6aa7d7f093620a28b74fcf5f5da73ba17a9e52fcbbdbb4ecc89e61cb2d673"
dependencies = [
"crc",
"data-encoding",