diff --git a/Cargo.lock b/Cargo.lock index 9ecdcd6..c0b5e31 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -865,7 +865,7 @@ dependencies = [ [[package]] name = "libsqlite3-sys" version = "0.30.1" -source = "git+https://github.com/navigraph/rusqlite?rev=f716d5c#f716d5cface7fe7763db63e549482e846ed39db2" +source = "git+https://github.com/navigraph/rusqlite?rev=afc438df23aa7e92fa5c69bfccfb51d930569965#afc438df23aa7e92fa5c69bfccfb51d930569965" dependencies = [ "cc", "pkg-config", @@ -1198,7 +1198,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "rusqlite" version = "0.32.1" -source = "git+https://github.com/navigraph/rusqlite?rev=f716d5c#f716d5cface7fe7763db63e549482e846ed39db2" +source = "git+https://github.com/navigraph/rusqlite?rev=afc438df23aa7e92fa5c69bfccfb51d930569965#afc438df23aa7e92fa5c69bfccfb51d930569965" dependencies = [ "bitflags", "fallible-iterator", diff --git a/Cargo.toml b/Cargo.toml index cd3ff84..9c940cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ lto = true strip = true [patch.crates-io] -rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "f716d5c" } +rusqlite = { git = "https://github.com/navigraph/rusqlite", rev = "afc438df23aa7e92fa5c69bfccfb51d930569965" }