Pierre
050cbdd897
Merge pull request #195 from ivre/dependabot/cargo/clap-4.4.10
...
Bump clap from 4.4.9 to 4.4.10
2023-11-29 20:21:49 +01:00
dependabot[bot]
f2ae05b3af
Bump clap from 4.4.9 to 4.4.10
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.9 to 4.4.10.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.9...v4.4.10 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-29 00:50:14 +00:00
Pierre
227af61527
Merge pull request #194 from ivre/dependabot/cargo/clap-4.4.9
...
Bump clap from 4.4.8 to 4.4.9
2023-11-28 20:45:14 +01:00
dependabot[bot]
e96cb84ed4
Bump clap from 4.4.8 to 4.4.9
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.8 to 4.4.9.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.8...v4.4.9 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 01:02:14 +00:00
Pierre
b8eae57022
Merge pull request #193 from ivre/dependabot/cargo/itertools-0.12.0
...
Bump itertools from 0.11.0 to 0.12.0
2023-11-18 15:34:29 +01:00
dependabot[bot]
d134404860
Bump itertools from 0.11.0 to 0.12.0
...
Bumps [itertools](https://github.com/rust-itertools/itertools ) from 0.11.0 to 0.12.0.
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rust-itertools/itertools/compare/v0.11.0...v0.12.0 )
---
updated-dependencies:
- dependency-name: itertools
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-15 00:06:40 +00:00
Pierre
35b4a53b0b
Merge pull request #192 from ivre/dependabot/cargo/clap-4.4.8
...
Bump clap from 4.4.7 to 4.4.8
2023-11-13 13:52:34 +01:00
dependabot[bot]
4ea3a8df38
Bump clap from 4.4.7 to 4.4.8
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.7 to 4.4.8.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.7...v4.4.8 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-11-13 00:27:57 +00:00
_Frky
9e23e342a6
Merge pull request #190 from p-l-/fix-warning
...
Remove unneeded .clone() call
2023-11-03 06:28:35 +01:00
_Frky
3ceff8e112
Merge pull request #191 from ivre/dependabot/cargo/clap-4.4.7
...
Bump clap from 4.4.6 to 4.4.7
2023-11-03 06:27:47 +01:00
dependabot[bot]
006bf6713a
Bump clap from 4.4.6 to 4.4.7
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.6 to 4.4.7.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.6...v4.4.7 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 00:48:11 +00:00
Pierre Lalet
b642c34e42
Remove unneeded .clone() call
...
`pattern` is a reference, and according to `cargo test` output: "the
type `[u8]` does not implement `Clone`, so calling `clone` on `&[u8]`
copies the reference, which does not do anything and can be removed".
2023-10-18 02:19:51 +02:00
Pierre
7406a1a191
Merge pull request #189 from ivre/dependabot/cargo/flate2-1.0.28
...
Bump flate2 from 1.0.27 to 1.0.28
2023-10-18 02:13:07 +02:00
Pierre
e5d9633904
Merge pull request #188 from ivre/dependabot/cargo/strum_macros-0.25.3
...
Bump strum_macros from 0.25.2 to 0.25.3
2023-10-18 02:11:57 +02:00
Pierre
e1756f9345
Merge pull request #187 from ivre/dependabot/cargo/bitflags-2.4.1
...
Bump bitflags from 2.4.0 to 2.4.1
2023-10-18 02:11:03 +02:00
dependabot[bot]
07b9af36f3
Bump flate2 from 1.0.27 to 1.0.28
...
Bumps [flate2](https://github.com/rust-lang/flate2-rs ) from 1.0.27 to 1.0.28.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases )
- [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.27...1.0.28 )
---
updated-dependencies:
- dependency-name: flate2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:02:31 +00:00
dependabot[bot]
521236b60c
Bump strum_macros from 0.25.2 to 0.25.3
...
Bumps [strum_macros](https://github.com/Peternator7/strum ) from 0.25.2 to 0.25.3.
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Peternator7/strum/commits )
---
updated-dependencies:
- dependency-name: strum_macros
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:02:23 +00:00
dependabot[bot]
c02ea0d62e
Bump bitflags from 2.4.0 to 2.4.1
...
Bumps [bitflags](https://github.com/bitflags/bitflags ) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/bitflags/bitflags/releases )
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md )
- [Commits](https://github.com/bitflags/bitflags/compare/2.4.0...2.4.1 )
---
updated-dependencies:
- dependency-name: bitflags
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-16 01:02:18 +00:00
_Frky
13c7d2d3c1
Merge pull request #186 from raphaelts3/fix/macos-compilation
...
Remove dependency to library netdevice
2023-10-12 06:56:12 +02:00
Raphael Tomé Santana
a0b8572089
fix: remove netdevice crate usage
2023-10-09 10:50:58 -03:00
Raphael Tomé Santana
5383927684
chore: remove netdevice dependency
2023-10-09 10:50:41 -03:00
Pierre
e9bc2f611b
Merge pull request #185 from ivre/dependabot/cargo/byteorder-1.5.0
...
Bump byteorder from 1.4.3 to 1.5.0
2023-10-09 15:08:20 +02:00
dependabot[bot]
66d4622238
Bump byteorder from 1.4.3 to 1.5.0
...
Bumps [byteorder](https://github.com/BurntSushi/byteorder ) from 1.4.3 to 1.5.0.
- [Changelog](https://github.com/BurntSushi/byteorder/blob/master/CHANGELOG.md )
- [Commits](https://github.com/BurntSushi/byteorder/compare/1.4.3...1.5.0 )
---
updated-dependencies:
- dependency-name: byteorder
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-10-09 00:11:58 +00:00
Pierre
446fbf9bd7
Merge pull request #184 from ivre/dependabot/cargo/clap-4.4.6
...
Bump clap from 4.4.5 to 4.4.6
2023-09-29 18:41:11 +02:00
dependabot[bot]
ffcbc54702
Bump clap from 4.4.5 to 4.4.6
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.5 to 4.4.6.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.5...v4.4.6 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-29 00:30:46 +00:00
Pierre
d6dda62b4e
Merge pull request #183 from ivre/dependabot/cargo/clap-4.4.5
...
Bump clap from 4.4.4 to 4.4.5
2023-09-26 09:13:13 +02:00
dependabot[bot]
0ada44b229
Bump clap from 4.4.4 to 4.4.5
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.4 to 4.4.5.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.4...v4.4.5 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26 00:18:52 +00:00
_Frky
28095b5a4e
Merge pull request #172 from p-l-/fix-warning
...
Remove unneeded `mut`
2023-09-25 06:33:45 +02:00
Pierre
15e981b45d
Merge pull request #182 from ivre/dependabot/cargo/clap-4.4.4
...
Bump clap from 4.4.3 to 4.4.4
2023-09-19 11:23:03 +02:00
dependabot[bot]
f804962dd3
Bump clap from 4.4.3 to 4.4.4
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.3 to 4.4.4.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.3...v4.4.4 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 00:19:55 +00:00
Pierre
7cfa11015b
Merge pull request #181 from ivre/dependabot/cargo/chrono-0.4.31
...
Bump chrono from 0.4.30 to 0.4.31
2023-09-18 12:14:42 +02:00
dependabot[bot]
1f676ae06d
Bump chrono from 0.4.30 to 0.4.31
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.30 to 0.4.31.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.30...v0.4.31 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-18 01:08:26 +00:00
Pierre
a3e7fa92e7
Merge pull request #180 from ivre/dependabot/cargo/clap-4.4.3
...
Bump clap from 4.4.2 to 4.4.3
2023-09-15 07:29:19 +02:00
dependabot[bot]
50c9984f54
Bump clap from 4.4.2 to 4.4.3
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.2 to 4.4.3.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.2...v4.4.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-14 00:10:32 +00:00
Pierre
0b20421e7c
Merge pull request #179 from ivre/dependabot/cargo/chrono-0.4.30
...
Bump chrono from 0.4.29 to 0.4.30
2023-09-08 08:52:35 +02:00
dependabot[bot]
a28d450eb1
Bump chrono from 0.4.29 to 0.4.30
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.29 to 0.4.30.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.29...v0.4.30 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-08 00:50:00 +00:00
Pierre
b2ce253dbc
Merge pull request #177 from ivre/dependabot/cargo/chrono-0.4.29
...
Bump chrono from 0.4.28 to 0.4.29
2023-09-06 15:45:00 +02:00
dependabot[bot]
4513e93a92
Bump chrono from 0.4.28 to 0.4.29
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.28 to 0.4.29.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.28...v0.4.29 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-06 00:48:51 +00:00
Pierre
c0bb698834
Merge pull request #176 from ivre/dependabot/cargo/clap-4.4.2
...
Bump clap from 4.4.1 to 4.4.2
2023-09-01 13:02:29 +02:00
dependabot[bot]
74474df673
Bump clap from 4.4.1 to 4.4.2
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.1 to 4.4.2.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.4.1...v4.4.2 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-09-01 00:54:57 +00:00
Pierre
12d95aa35c
Merge pull request #175 from ivre/dependabot/cargo/chrono-0.4.28
...
Bump chrono from 0.4.27 to 0.4.28
2023-08-31 02:45:20 +02:00
dependabot[bot]
bc99e527ab
Bump chrono from 0.4.27 to 0.4.28
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.27 to 0.4.28.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.27...v0.4.28 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-31 00:07:37 +00:00
Pierre
807a185db9
Merge pull request #174 from ivre/dependabot/cargo/chrono-0.4.27
...
Bump chrono from 0.4.26 to 0.4.27
2023-08-30 14:25:10 +02:00
dependabot[bot]
caab648c48
Bump chrono from 0.4.26 to 0.4.27
...
Bumps [chrono](https://github.com/chronotope/chrono ) from 0.4.26 to 0.4.27.
- [Release notes](https://github.com/chronotope/chrono/releases )
- [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md )
- [Commits](https://github.com/chronotope/chrono/compare/v0.4.26...v0.4.27 )
---
updated-dependencies:
- dependency-name: chrono
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-30 00:43:44 +00:00
Pierre
055a0ca6d3
Merge pull request #173 from ivre/dependabot/cargo/clap-4.4.1
...
Bump clap from 4.4.0 to 4.4.1
2023-08-29 08:19:15 +02:00
dependabot[bot]
bec538b52f
Bump clap from 4.4.0 to 4.4.1
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-29 00:55:28 +00:00
Pierre Lalet
b498d70602
Remove unneeded mut
2023-08-26 22:32:10 +02:00
Pierre
0b200ceaf4
Merge pull request #171 from ivre/dependabot/cargo/clap-4.4.0
...
Bump clap from 4.3.24 to 4.4.0
2023-08-25 14:06:36 +02:00
dependabot[bot]
e654f416d3
Bump clap from 4.3.24 to 4.4.0
...
Bumps [clap](https://github.com/clap-rs/clap ) from 4.3.24 to 4.4.0.
- [Release notes](https://github.com/clap-rs/clap/releases )
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/clap-rs/clap/compare/v4.3.24...clap_complete-v4.4.0 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25 00:28:18 +00:00
Pierre
cd3b31e9b4
Merge pull request #170 from ivre/dependabot/cargo/siphasher-1.0.0
...
Bump siphasher from 0.3.10 to 1.0.0
2023-08-24 16:15:47 +02:00