Skip to content

Commit 6ec839a

Browse files
authored
Replace paste with pastey (#426)
1 parent b834428 commit 6ec839a

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Cargo.lock

Lines changed: 12 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ log = "0.4"
4747
maybe-async-cfg = { version = "0.2.5", default-features = false }
4848
nonempty = "0.12"
4949
phf = { version = "0.13", features = ['macros'] }
50-
paste = "1.0.11"
50+
paste = { package = "pastey", version = "0.1.1" }
5151
postgres-native-tls = "0.5"
5252
pretty_assertions = "1.4"
5353
proc-macro2 = { version = "1.0", default-features = false }

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ deny = [
177177
#{ crate = "[email protected]", reason = "you can specify a reason it is banned" },
178178
# Wrapper crates can optionally be specified to allow the crate when it
179179
# is a direct dependency of the otherwise banned crate
180-
#{ crate = "[email protected]", wrappers = ["this-crate-directly-depends-on-ansi_term"] },
180+
{ crate = "paste", wrappers = ["turso_core"] },
181181
]
182182

183183
# List of features to allow/deny

0 commit comments

Comments
 (0)