2024-07-18 11:55:13 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.16.6
[0.16.6] - 2024-07-17
Changed
Updated dependencies:
rust-analyzer from 0.0.224 to 0.0.225
clap from 4.5.8 to 4.5.9
[0.16.5] - 2024-07-09
Changed
Updated dependencies:
rust-analyzer from 0.0.223 to 0.0.224
[0.16.4] - 2024-07-07
Changed
Updated dependencies:
rust-analyzer from 0.0.220 to 0.0.223
clap from 4.5.7 to 4.5.8
log from 0.4.21 to 0.4.22
|
2024-07-17 13:36:47 by pin | Files touched by this commit (3) |
Log message:
devel/cargo-modules: Add version 0.16.3
## [0.16.3] - 2024-06-11
### Changed
- Updated dependencies:
- `clap` from `4.5.4` to `4.5.7`
- `rust-analyzer` from `0.0.218` to `0.0.220`
## [0.16.2] - 2024-06-05
### Changed
- Updated dependencies:
- `rust-analyzer` from `0.0.217` to `0.0.218`
## [0.16.1] - 2024-05-29
### Changed
- Updated dependencies:
- `libc` from `0.2.153` to `0.2.155`
- `rust-analyzer` from `0.0.216` to `0.0.217`
### Fixed
- Fixed differences in test snapshots between macOS/Linux and Windows.
## [0.16.0] - 2024-05-21
### Changed
- Updated dependencies:
- `anyhow` from `1.0.82` to `1.0.86`
- `insta` from `1.38.0` to `1.39.0`
- `petgraph` from `0.6.4` to `0.6.5`
- `pulldown-cmark` from `0.10.2` to `0.11.0`
- `rust-analyzer` from `0.0.211` to `0.0.216`
- Bumped MSRV to `1.78.0`
### Fixed
- Don't call `.canonicalize()` on the project path on Windows to avoid cargo \
incompatibility with verbatim paths.
|
2024-05-22 09:24:19 by pin | Files touched by this commit (1) |
Log message:
devel/cargo-modules: newer versions require Rust-1.78
|
2024-04-19 05:31:54 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.15.5
[0.15.5] - 2024-04-17
Changed
Updated dependencies:
rust-analyzer from 0.0.210 to 0.0.211
|
2024-04-15 09:41:00 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.15.4
[0.15.4] - 2024-04-13
Updated dependencies:
anyhow from 1.0.81 to 1.0.82
rust-analyzer from 0.0.208 to 0.0.210
|
2024-04-08 12:38:20 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.15.3
[0.15.3] - 2024-04-05
Updated dependencies:
- rust-analyzer from 0.0.207 to 0.0.208
- pulldown-cmark from 0.10.0 to 0.10.2
|
2024-04-01 21:19:59 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.15.2
[0.15.2] - 2024-03-27
Updated dependencies:
yansi from 0.5.1 to 1.0.1
clap from 4.5.3 to 4.5.4
indoc from 2.0.4 to 2.0.5
memoffset from 0.9.0 to 0.9.1
rust-analyzer from 0.0.206 to 0.0.207
[0.15.1] - 2024-03-21
Updated dependencies:
rust-analyzer from 0.0.204 to 0.0.206
anyhow from 1.0.80 to 1.0.81
bitflag from 2.4.2 to 2.5.0
clap from 4.5.1 to 4.5.3
[0.15.0] - 2024-03-06
Updated dependencies:
mio from 0.8.10 to 0.8.11
env_logger from 0.11.2 to 0.11.3
insta from 1.35.1 to 1.36.1
log from 0.4.20 to 0.4.21
Security
Fixed potential vulnerability in mio by upgrading it from 0.8.10 to 0.8.11.
|
2024-03-22 09:31:04 by pin | Files touched by this commit (3) |
Log message:
devel/cargo-modules: downgrade to 0.14.1
Downgrade to 0.14.1 as 0.15.0 and higher require at least Rust-1.76
Unfortunately, this means we missing on the security fix for a potential
vulnerability in mio 0.8.10. But, it's unlikely Rust-1.76 will land
prior to freeze.
|
2024-03-06 20:57:00 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.15.0
[0.15.0] - 2024-03-06
Updated dependencies:
- mio from 0.8.10 to 0.8.11
- env_logger from 0.11.2 to 0.11.3
- insta from 1.35.1 to 1.36.1
- log from 0.4.20 to 0.4.21
Security
- Fixed potential vulnerability in mio by upgrading it from 0.8.10 to 0.8.11.
|
2024-02-27 21:05:43 by pin | Files touched by this commit (3) | |
Log message:
devel/cargo-modules: update to 0.14.1
[0.14.1] - 2024-02-27
Changed
Updated dependencies:
- rust-analyzer from 0.0.202 to 0.0.203
|