diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9ee9dfb..e80acbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index e9c6775..e76b90b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/deny.toml b/deny.toml index 4801f50..1c4b306 100644 --- a/deny.toml +++ b/deny.toml @@ -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