File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ jobs:
131
131
cargo update -p pest_meta --precise 2.7.14
132
132
cargo update -p pest --precise 2.7.14
133
133
cargo update -p thiserror:1.0.69 --precise 1.0.65
134
- cargo update -p syn:2.0.95 --precise 2.0.67
134
+ cargo update -p syn:2.0.96 --precise 2.0.67
135
135
cargo update -p derive_more --precise 0.99.17
136
136
cargo update -p native-tls --precise 0.2.11
137
137
cargo update -p ppv-lite86 --precise 0.2.17
@@ -153,6 +153,7 @@ jobs:
153
153
cargo update -p phf_shared:0.11.3 --precise 0.11.2
154
154
cargo update -p phf_macros:0.11.3 --precise 0.11.2
155
155
cargo update -p phf_generator:0.11.3 --precise 0.11.2
156
+ cargo update -p uuid --precise 1.11.0
156
157
157
158
- name : Downgrade crates with MSRV conflict (bundler)
158
159
# This is for the bundler but since cli depends on the bundler we enable it for the cli too
You can’t perform that action at this time.
0 commit comments