Merge pull request #1204 from PyO3/dependabot/cargo/paste-1.0.1

Update paste requirement from 0.1.6 to 1.0.1
This commit is contained in:
Yuji Kanagawa 2020-09-23 17:15:08 +09:00 committed by GitHub
commit 63ea36fb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ libc = "0.2.62"
parking_lot = "0.11.0"
num-bigint = { version = "0.3", optional = true }
num-complex = { version = "0.3", optional = true }
paste = { version = "0.1.6", optional = true }
paste = { version = "1.0.1", optional = true }
pyo3cls = { path = "pyo3cls", version = "=0.12.1", optional = true }
unindent = { version = "0.1.4", optional = true }
hashbrown = { version = "0.9", optional = true }