Compare commits
3 commits
a9de447267
...
7245834d09
Author | SHA1 | Date | |
---|---|---|---|
7245834d09 | |||
7c439ff704 | |||
e1b3ee11f2 |
3 changed files with 5 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -8,10 +8,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
rust:
|
||||
- 1.74.1
|
||||
- 1.75.0
|
||||
- 1.76.0
|
||||
- 1.77.0
|
||||
- 1.81.0
|
||||
- 1.82.0
|
||||
- 1.83.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
|
|
@ -19,6 +19,6 @@ nom = { version = "7.1.3", default-features = false }
|
|||
rand = { version = "0.8.5", default-features = false }
|
||||
rsa = { version = "0.9.0", default-features = false, features = ["sha2", "std"] }
|
||||
sha2 = { version = "0.10.6", default-features = false, features = ["asm"] }
|
||||
sqlx = { version = "0.7.1", default-features = false, features = ["runtime-tokio-native-tls", "macros", "migrate", "sqlite", "time"] }
|
||||
sqlx = { version = "0.8.2", default-features = false, features = ["runtime-tokio-native-tls", "macros", "migrate", "sqlite", "time"] }
|
||||
tokio = { version = "1.27.0", default-features = false, features = ["rt-multi-thread", "io-std", "io-util", "macros", "sync", "time", "process"] }
|
||||
uuid = { version = "1.3.1", default-features = false, features = ["v4", "fast-rng"] }
|
||||
|
|
|
@ -98,7 +98,7 @@ allow = [
|
|||
"Apache-2.0",
|
||||
"BSD-3-Clause",
|
||||
"MIT",
|
||||
"Unicode-DFS-2016",
|
||||
"Unicode-3.0",
|
||||
]
|
||||
# The confidence threshold for detecting a license from license text.
|
||||
# The higher the value, the more closely the license text must be to the
|
||||
|
|
Loading…
Add table
Reference in a new issue