Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading