From 142690963c0b297e7e76bd6aca170d016ea261ff Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 5 Oct 2024 00:36:53 -0400 Subject: Use sqlx's API, not SQL groveling, to find unwanted migrations. --- Cargo.lock | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 9bfb430..6d5dc03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -774,6 +774,12 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" +[[package]] +name = "hex-literal" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46" + [[package]] name = "hi" version = "0.1.0" @@ -787,6 +793,7 @@ dependencies = [ "faker_rand", "futures", "headers", + "hex-literal", "itertools", "libsqlite3-sys", "password-hash", -- cgit v1.2.3