Andrew Gallant
e593f5b7ee
grep-0.2.12
2023-05-16 13:12:45 -04:00
Andrew Gallant
fe97c0a152
ignore-0.4.20
2023-01-15 08:21:02 -05:00
Andrew Gallant
ca60fef4db
grep-0.2.11
2023-01-05 09:12:49 -05:00
Andrew Gallant
b80947a8b3
grep-printer-0.1.7
2023-01-05 09:11:16 -05:00
Andrew Gallant
120e55e7c7
grep-searcher-0.1.11
2023-01-05 09:07:09 -05:00
Andrew Gallant
96e130fbf9
grep-pcre2-0.1.6
2023-01-05 09:05:59 -05:00
Andrew Gallant
81529288cf
grep-regex-0.1.11
2023-01-05 09:02:55 -05:00
Andrew Gallant
bc78c644db
grep-matcher-0.1.6
2023-01-05 09:00:33 -05:00
Andrew Gallant
3224324e25
grep-cli-0.1.7
2023-01-05 08:57:31 -05:00
Andrew Gallant
a0e8dbe9df
ignore-0.4.19
2023-01-05 08:55:46 -05:00
Andrew Gallant
e95254a86f
deps: remove ignore's dependency on crossbeam-utils
...
Scoped threads are now part of std.
2023-01-05 08:51:08 -05:00
Andrew Gallant
364772ddd2
globset-0.4.10
2023-01-05 08:45:47 -05:00
Andrew Gallant
2e207833bc
deps: upgrade to jemallocator 0.5
2023-01-05 08:33:43 -05:00
Andrew Gallant
92b35a65f8
deps: upgrade to base64 0.20
2023-01-05 08:21:49 -05:00
Andrew Gallant
ac8fecbbf2
deps: upgrade bstr to 1.1
2023-01-05 08:21:15 -05:00
Andrew Gallant
8596817374
deps: do semver compatible upgrades
2023-01-05 08:16:32 -05:00
Andrew Gallant
28bff84a0a
deps: remove 'num_cpus'
...
Now that std:🧵 :available_parallelism is a thing, we no longer
need num_cpus.
2023-01-05 08:15:09 -05:00
Andrew Gallant
13faa39b66
deps: update all dependencies within semver
...
Note that this adds a new dependency, 'unicode-ident', and removes
'unicode-xid'. I looked briefly at 'unicode-ident' and all looks okay.
It is also permissively licensed.
2022-12-20 09:23:29 -05:00
Andrew Gallant
7efa2e46d3
grep-0.2.10
2022-07-15 10:06:53 -04:00
Andrew Gallant
33b81cac48
grep-searcher-0.1.10
2022-07-15 10:05:46 -04:00
Andrew Gallant
b13d835d95
grep-0.2.9
2022-07-15 10:03:06 -04:00
Andrew Gallant
78a35d4d43
grep-searcher-0.1.9
2022-07-15 10:02:24 -04:00
Andrew Gallant
2cae30e399
grep-regex-0.1.10
2022-07-15 10:01:42 -04:00
Andrew Gallant
2cfb338530
globset-0.4.9
2022-06-10 14:10:34 -04:00
Andrew Gallant
985394a19e
deps: update to packed_simd_2 0.3.8
...
It broke on latest nightly. I'm *very* close to just removing the
'simd-accel' feature altogether.
Fixes #2230
2022-06-10 09:39:17 -04:00
Andrew Gallant
ced5b92aa9
deps: bump memmap2 to 0.5
...
Looking at the memmap2 CHANGELOG, there don't appear to be any breaking
changes that impact us.
2022-03-21 08:59:05 -04:00
Andrew Gallant
191315a2ea
deps: update everything
...
Surprisingly looks like no new dependencies were added! Yay! And we
removed an extra copy of 'cfg-if' due to what appears to be an updated
in 'packed_simd_2'.
Otherwise, all updates appear to be minor things.
2022-03-21 08:59:05 -04:00
Andrew Gallant
caba5c4348
globset-0.4.8
2021-06-18 13:30:32 -04:00
Andrew Gallant
af6b6c543b
13.0.0
2021-06-12 08:12:24 -04:00
Andrew Gallant
1d53ed2744
grep-0.2.8
2021-06-12 08:08:32 -04:00
Andrew Gallant
57ce623a57
grep-printer-0.1.6
2021-06-12 08:07:46 -04:00
Andrew Gallant
dd47582619
grep-searcher-0.1.8
2021-06-12 08:06:58 -04:00
Andrew Gallant
6668d7ba8a
grep-pcre2-0.1.5
2021-06-12 08:06:29 -04:00
Andrew Gallant
7f3fd6f7ce
grep-regex-0.1.9
2021-06-12 08:03:56 -04:00
Andrew Gallant
cd4386bd9b
grep-matcher-0.1.5
2021-06-12 08:02:30 -04:00
Andrew Gallant
0cf2b98df2
grep-cli-0.1.6
2021-06-12 08:01:22 -04:00
Andrew Gallant
14860b0f16
ignore-0.4.18
2021-06-12 07:59:07 -04:00
Andrew Gallant
5631e5c7a0
globset-0.4.7
2021-06-12 07:56:56 -04:00
Andrew Gallant
0ee85a89f5
deps: update to memmap2
...
Looking at the changelog for memmap2, the only breaking change was to
MmapOptions, which we don't use. So no migration is needed.
2021-06-12 07:53:42 -04:00
Andrew Gallant
ed9d37959f
deps: updates libc and syn
2021-06-12 07:52:04 -04:00
Andrew Gallant
35c5db6d1a
deps: update everything
...
Removes two dependencies! autocfg and byteorder.
2021-06-01 21:07:37 -04:00
Andrew Gallant
e824531e38
edition: manual changes
...
This is mostly just about removing 'extern crate' everywhere and fixing
the fallout.
2021-06-01 21:07:37 -04:00
Andrew Gallant
3f4c4188c1
deps: update to regex 1.5.2
...
This brings in a performance bug fix, merged in
https://github.com/rust-lang/regex/pull/768 .
Fixes #1860 .
2021-05-01 07:44:47 -04:00
Andrew Gallant
ce4b587055
deps: update everything
...
It looks like no new dependencies have been introduced. Yay!
This update was primarily motivated to bring regex 1.5 in with its new
memmem implementation from the memchr crate.
2021-04-30 20:26:32 -04:00
Andrew Gallant
c7730d1f3a
deps: bump regex and regex-syntax
2021-03-11 21:20:25 -05:00
Andrew Gallant
7899a4b931
regex: s/CachedThreadLocal/ThreadLocal
...
CachedThreadLocal has been deprecated. We bump thread_local's minimal
version corresponding to that deprecation as well.
2021-01-25 10:38:05 -05:00
Andrew Gallant
ae55a4e872
deps: update everything
...
Most of these updates come from releases I've made, and the rest appear
minor. No new dependencies have been added, and `const_fn` was removed.
Yay.
2021-01-17 18:55:17 -05:00
Andrew Gallant
3a1780d841
deps: replace memmap with memmap2
...
memmap is unmaintained at this point and it is being flagged as a
RUSTSEC advisory in ripgrep. This doesn't seem like that big of a deal
to me honestly, but memmap2 looks like a fine choice at this point.
Fixes #1785 , Closes #1786
2021-01-17 18:49:51 -05:00
Andrew Gallant
a6d05475fb
ignore-0.4.17
2020-11-23 10:25:33 -05:00
Andrew Gallant
810be0b348
deps: update base64 to 0.13.0
2020-11-02 10:52:51 -05:00