-
Notifications
You must be signed in to change notification settings - Fork 64
Commit 9b2632f
chore(dep): bump the deps group with 9 updates (#157)
* chore(dep): bump the deps group with 9 updates
Bumps the deps group with 9 updates:
| Package | From | To |
| --- | --- | --- |
| [clap](https://github.com/clap-rs/clap) | `4.5.4` | `4.5.8` |
| [log](https://github.com/rust-lang/log) | `0.4.21` | `0.4.22` |
| [pyo3](https://github.com/pyo3/pyo3) | `0.21.2` | `0.22.0` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.117` | `1.0.120` |
| [toml](https://github.com/toml-rs/toml) | `0.8.13` | `0.8.14` |
| [regex](https://github.com/rust-lang/regex) | `1.10.4` | `1.10.5` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.2` | `4.5.7` |
| [diesel](https://github.com/diesel-rs/diesel) | `2.2.0` | `2.2.1` |
| [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.4` | `0.12.5` |
Updates `clap` from 4.5.4 to 4.5.8
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.4...v4.5.8)
Updates `log` from 0.4.21 to 0.4.22
- [Release notes](https://github.com/rust-lang/log/releases)
- [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md)
- [Commits](rust-lang/log@0.4.21...0.4.22)
Updates `pyo3` from 0.21.2 to 0.22.0
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.21.2...v0.22.0)
Updates `serde_json` from 1.0.117 to 1.0.120
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.117...v1.0.120)
Updates `toml` from 0.8.13 to 0.8.14
- [Commits](toml-rs/toml@toml-v0.8.13...toml-v0.8.14)
Updates `regex` from 1.10.4 to 1.10.5
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.4...1.10.5)
Updates `clap_complete` from 4.5.2 to 4.5.7
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.2...clap_complete-v4.5.7)
Updates `diesel` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/diesel-rs/diesel/releases)
- [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.1/CHANGELOG.md)
- [Commits](diesel-rs/diesel@v2.2.0...v2.2.1)
Updates `reqwest` from 0.12.4 to 0.12.5
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.4...v0.12.5)
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: log
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: pyo3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: deps
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: toml
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: regex
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: clap_complete
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: diesel
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
- dependency-name: reqwest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: deps
...
Signed-off-by: dependabot[bot] <support@github.com>
* chore(clippy): make clippy happy
* chore(clippy): make clippy happy
* chore(ver): bumps version to 0.4.4
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: clearloop <udtrokia@gmail.com>
Co-authored-by: clearloop <tianyi.gc@gmail.com>1 parent 13d5416 commit 9b2632f
File tree
13 files changed
+213
-135
lines changed- src
- cache
- cmds
- config
- plugins
13 files changed
+213
-135
lines changedLines changed: 151 additions & 71 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 | - | ||
7 | + | ||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 | - | ||
21 | + | ||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | - | ||
26 | + | ||
27 | 27 |
| |
28 | - | ||
28 | + | ||
29 | 29 |
| |
30 | 30 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | 34 |
| |
35 | 35 |
| |
36 | - | ||
36 | + | ||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | - | ||
40 | + | ||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | - | ||
44 | + | ||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 | + | ||
26 | 27 |
| |
27 | 28 |
| |
29 | + | ||
28 | 30 |
| |
29 | 31 |
| |
30 | 32 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
35 | - | ||
36 | 33 |
| |
37 | 34 |
| |
38 | 35 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | - | ||
18 | + | ||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | - | ||
23 | + | ||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
| |||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 | - | ||
105 | + | ||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
184 | 184 |
| |
185 | 185 |
| |
186 | 186 |
| |
187 | - | ||
188 | 187 |
| |
189 | 188 |
| |
190 | 189 |
| |
|
Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
142 | - | ||
143 | - | ||
144 | - | ||
145 | - | ||
146 | - | ||
142 | + | ||
143 | + | ||
147 | 144 |
| |
148 | 145 |
| |
149 | 146 |
| |
| |||
190 | 187 |
| |
191 | 188 |
| |
192 | 189 |
| |
193 | - | ||
190 | + | ||
194 | 191 |
| |
195 | 192 |
| |
196 | 193 |
| |
| |||
204 | 201 |
| |
205 | 202 |
| |
206 | 203 |
| |
207 | - | ||
204 | + | ||
208 | 205 |
| |
209 | 206 |
| |
210 | 207 |
| |
| |||
213 | 210 |
| |
214 | 211 |
| |
215 | 212 |
| |
216 | - | ||
213 | + | ||
217 | 214 |
| |
218 | 215 |
| |
219 | 216 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 | - | ||
84 | + | ||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Lines changed: 19 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | - | ||
3 | - | ||
4 | 2 |
| |
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
| |||
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
25 | - | ||
26 | - | ||
27 | - | ||
28 | - | ||
29 | - | ||
30 | - | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
31 | 35 |
| |
32 | 36 |
| |
33 | 37 |
| |
| |||
49 | 53 |
| |
50 | 54 |
| |
51 | 55 |
| |
52 | - | ||
53 | - | ||
54 | - | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
55 | 63 |
| |
56 | 64 |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 | - | ||
68 | + | ||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 | - | ||
90 | + | ||
91 | + | ||
91 | 92 |
| |
92 | 93 |
| |
93 | 94 |
| |
|
0 commit comments