Bump paste version

This commit is contained in:
Jonas Platte 2020-09-30 20:34:14 +02:00 committed by Ryan Leckey
parent 1935e91e7a
commit 277d0413bc
2 changed files with 3 additions and 16 deletions

17
Cargo.lock generated
View File

@ -1389,22 +1389,9 @@ dependencies = [
[[package]]
name = "paste"
version = "0.1.18"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
dependencies = [
"paste-impl",
"proc-macro-hack",
]
[[package]]
name = "paste-impl"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
"proc-macro-hack",
]
checksum = "0520af26d4cf99643dbbe093a61507922b57232d9978d8491fdc8f7b44573c8c"
[[package]]
name = "paw"

View File

@ -89,7 +89,7 @@ dotenv = "0.15.0"
trybuild = "1.0.24"
sqlx-rt = { path = "./sqlx-rt" }
sqlx-test = { path = "./sqlx-test" }
paste = "0.1.16"
paste = "1.0.1"
serde = { version = "1.0.111", features = [ "derive" ] }
serde_json = "1.0.53"
url = "2.1.1"