@arrirpc/codegen-rust 0.57.6 → 0.57.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -22,10 +22,10 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "pathe": "^1.1.2",
25
- "@arrirpc/codegen-utils": "0.57.6"
25
+ "@arrirpc/codegen-utils": "0.57.8"
26
26
  },
27
27
  "devDependencies": {
28
- "@arrirpc/schema": "0.57.6"
28
+ "@arrirpc/schema": "0.57.8"
29
29
  },
30
- "version": "0.57.6"
30
+ "version": "0.57.8"
31
31
  }