]> git.puffer.fish Git - matthieu/nova.git/commitdiff
update setup-protoc github action
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 07:08:59 +0000 (11:08 +0400)
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>
Sun, 7 Jul 2024 07:08:59 +0000 (11:08 +0400)
.github/workflows/build.yml
Cargo.lock
exes/cache/Cargo.toml

index b328952186f48c63676efa9b4e9009557f2acdc1..9a53284a4119044385201c19f697b303ed55141a 100644 (file)
@@ -16,7 +16,7 @@ jobs:
       - name: Setup | Checkout
         uses: actions/checkout@v2
       - name: Install Protoc
-        uses: arduino/setup-protoc@v1
+        uses: arduino/setup-protoc@v3
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
       - name: Setup | Rust
@@ -51,7 +51,7 @@ jobs:
             ~/.cargo/git/db/
             target/
           key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
-      - uses: arduino/setup-protoc@v1
+      - uses: arduino/setup-protoc@v3
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
       - uses: actions-rust-lang/setup-rust-toolchain@v1
index aacc71d70b10feb75610d54893a13469305d199c..3de978739bc6b279ede9adac5247a044f8a968b7 100644 (file)
@@ -589,7 +589,7 @@ dependencies = [
  "async-nats",
  "proto",
  "serde",
- "serde_derive",
+ "serde_json",
  "shared",
  "tokio",
  "tokio-stream",
index 3edae8ba4fccdf4650c15e97e0516551861cc45e..27d99296b699ba3bafa994998b5dc581e3741c06 100644 (file)
@@ -17,7 +17,7 @@ tokio = { version = "1", features = ["rt"] }
 tokio-stream = "0.1.15"
 
 serde = { version = "1.0.204", features = ["derive"] }
-serde_derive = "1.0.204"
+serde_json = "1"
 
 async-nats = "0.35.1"
 twilight-model = "0.15.4"