diff options
| -rw-r--r-- | .github/workflows/rust.yml | 2 | ||||
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | yarn.lock | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9c7437b..c1757f2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2021-02-20 + toolchain: nightly-2021-05-12 components: rustfmt, clippy override: true - name: Check ✅/ 🚫 @@ -25,7 +25,7 @@ serde_derive = "1.0.126" # Database libsqlite3-sys = { version = "0.9.1", features = ["bundled"] } -diesel = { version = "1.4.6", features = ["sqlite"] } +diesel = { version = "1.4.7", features = ["sqlite"] } # Web-server actix-web = { version = "3.3.2", features = ["rustls"] } @@ -2045,9 +2045,9 @@ to-regex@^3.0.1, to-regex@^3.0.2: safe-regex "^1.1.0" trim-newlines@^3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.0.tgz#79726304a6a898aa8373427298d54c2ee8b1cb30" - integrity sha512-C4+gOpvmxaSMKuEf9Qc134F1ZuOHVXKRbtEflf4NTtuuJDEIJ9p5PXsalL8SkeRw+qit1Mo+yuvMPAKwWg/1hA== + version "3.0.1" + resolved "https://registry.yarnpkg.com/trim-newlines/-/trim-newlines-3.0.1.tgz#260a5d962d8b752425b32f3a7db0dcacd176c144" + integrity sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw== trim-off-newlines@^1.0.0: version "1.0.1" |