diff --git a/Cargo.lock b/Cargo.lock index 50870232..1a0493a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -361,7 +361,7 @@ dependencies = [ "maybe-async-cfg", "native-tls", "nonempty", - "paste", + "pastey", "phf", "pin-project", "postgres-native-tls", @@ -433,7 +433,7 @@ dependencies = [ "log", "maybe-async-cfg", "nonempty", - "paste", + "pastey", "proc-macro2", "quote", "r2d2", @@ -1219,7 +1219,7 @@ dependencies = [ "cfg-if", "env_logger", "log", - "paste", + "pastey", ] [[package]] @@ -1234,7 +1234,7 @@ dependencies = [ "cfg-if", "env_logger", "log", - "paste", + "pastey", "tokio", ] @@ -1813,7 +1813,7 @@ dependencies = [ "env_logger", "garde", "log", - "paste", + "pastey", "serde", "serde_json", "tokio", @@ -1991,6 +1991,12 @@ version = "1.0.15" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" +[[package]] +name = "pastey" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec" + [[package]] name = "percent-encoding" version = "2.3.2" @@ -2419,7 +2425,7 @@ dependencies = [ "cfg-if", "env_logger", "log", - "paste", + "pastey", "test-log", "tokio", ] diff --git a/Cargo.toml b/Cargo.toml index e339f372..4b0f7616 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ log = "0.4" maybe-async-cfg = { version = "0.2.5", default-features = false } nonempty = "0.12" phf = { version = "0.13", features = ['macros'] } -paste = "1.0.11" +paste = { package = "pastey", version = "0.1.1" } postgres-native-tls = "0.5" pretty_assertions = "1.4" proc-macro2 = { version = "1.0", default-features = false } diff --git a/deny.toml b/deny.toml index d1755c1e..a05baf2c 100644 --- a/deny.toml +++ b/deny.toml @@ -177,7 +177,7 @@ deny = [ #{ crate = "ansi_term@0.11.0", reason = "you can specify a reason it is banned" }, # Wrapper crates can optionally be specified to allow the crate when it # is a direct dependency of the otherwise banned crate - #{ crate = "ansi_term@0.11.0", wrappers = ["this-crate-directly-depends-on-ansi_term"] }, + { crate = "paste", wrappers = ["turso_core"] }, ] # List of features to allow/deny