@arrirpc/codegen-rust 0.58.0 → 0.58.1

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.58.0"
25
+ "@arrirpc/codegen-utils": "0.58.1"
26
26
  },
27
27
  "devDependencies": {
28
- "@arrirpc/schema": "0.58.0"
28
+ "@arrirpc/schema": "0.58.1"
29
29
  },
30
- "version": "0.58.0"
30
+ "version": "0.58.1"
31
31
  }