diff options
| author | Fuwn <[email protected]> | 2021-06-14 14:56:50 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-14 14:56:50 -0700 |
| commit | d7a5f11cc47e710f08d5043388e18d938d1def41 (patch) | |
| tree | 18eedf7c5cb04fc273b931740d12ffb43ba2a6b6 | |
| parent | style(global): update license spec (diff) | |
| parent | Merge pull request #5 from fuwn/dependabot/npm_and_yarn/trim-newlines-3.0.1 (diff) | |
| download | lime-old-d7a5f11cc47e710f08d5043388e18d938d1def41.tar.xz lime-old-d7a5f11cc47e710f08d5043388e18d938d1def41.zip | |
Merge branch 'main' of https://github.com/fuwn/lime
| -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" |