update deps
This commit is contained in:
parent
3aa83dcbc3
commit
fdf2b1e910
2 changed files with 2 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -1584,9 +1584,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-stream"
|
name = "tokio-stream"
|
||||||
version = "0.1.13"
|
version = "0.1.14"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "76cd2598a37719e3cd4c28af93f978506a97a2920ef4d96e4b12e38b8cbc8940"
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures-core",
|
"futures-core",
|
||||||
"pin-project-lite",
|
"pin-project-lite",
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
-- Add down migration script here
|
|
||||||
drop trigger if exists update_last_updated_witches;
|
drop trigger if exists update_last_updated_witches;
|
||||||
drop trigger if exists update_last_updated_watches;
|
drop trigger if exists update_last_updated_watches;
|
||||||
drop trigger if exists update_last_updated_witch_watch;
|
drop trigger if exists update_last_updated_witch_watch;
|
||||||
|
|
Loading…
Reference in a new issue