Ed Page
0fd2f16be4
chore: Upgrade dependencies
2022-03-01 08:40:15 -06:00
Ed Page
cf20628f28
refactor: Resolve deprecations
2022-03-01 08:38:31 -06:00
Ed Page
ab61b33572
Merge pull request #443 from crate-ci/dependabot/cargo/unicode-segmentation-1.9.0
...
chore(deps): Bump unicode-segmentation from 1.8.0 to 1.9.0
2022-03-01 08:30:25 -06:00
Ed Page
eca0fa0da2
Merge pull request #442 from crate-ci/dependabot/cargo/anyhow-1.0.55
...
chore(deps): Bump anyhow from 1.0.53 to 1.0.55
2022-03-01 08:30:03 -06:00
Ed Page
d7868ec3e5
Merge pull request #441 from crate-ci/dependabot/cargo/clap-3.1.3
...
chore(deps): Bump clap from 3.0.13 to 3.1.3
2022-03-01 08:29:56 -06:00
Ed Page
6610754f39
Merge pull request #439 from crate-ci/dependabot/cargo/serde_json-1.0.79
...
chore(deps): Bump serde_json from 1.0.78 to 1.0.79
2022-03-01 08:29:44 -06:00
dependabot[bot]
a58b735e5e
chore(deps): Bump unicode-segmentation from 1.8.0 to 1.9.0
...
Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation ) from 1.8.0 to 1.9.0.
- [Release notes](https://github.com/unicode-rs/unicode-segmentation/releases )
- [Commits](https://github.com/unicode-rs/unicode-segmentation/commits )
---
updated-dependencies:
- dependency-name: unicode-segmentation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 07:03:33 +00:00
dependabot[bot]
c432368703
chore(deps): Bump anyhow from 1.0.53 to 1.0.55
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.53 to 1.0.55.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.53...1.0.55 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 07:03:28 +00:00
dependabot[bot]
f3107c4794
chore(deps): Bump clap from 3.0.13 to 3.1.3
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.0.13 to 3.1.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/v3.0.13...v3.1.3 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 07:03:22 +00:00
dependabot[bot]
c9030d7dd4
chore(deps): Bump serde_json from 1.0.78 to 1.0.79
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.78 to 1.0.79.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.78...v1.0.79 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-01 07:03:10 +00:00
Ed Page
59736f00dc
Merge pull request #437 from leos/patch-1
...
Update CONTRIBUTING.md
2022-02-17 09:01:25 -06:00
Leo Shklovskii
68f04a89a9
Update CONTRIBUTING.md
...
Fixing broken link typo
2022-02-16 22:45:51 -05:00
Ed Page
21cd8dc32f
docs(compare): Add another tool
2022-02-16 12:46:16 -06:00
Ed Page
d6d800c6d1
chore: Upgrade boilerplate
2022-02-15 13:31:29 -06:00
Ed Page
b686760935
chore: Release
2022-02-14 09:05:09 -06:00
Ed Page
75a5ed6ee3
docs: Update changelog
2022-02-14 09:04:46 -06:00
Ed Page
3b2bcf267a
Merge pull request #434 from epage/url
...
fix(parser): Allow commas in urls
2022-02-14 09:03:36 -06:00
Ed Page
d6d69db005
Merge pull request #431 from halkeye/dockerfile
...
New dockerfile for #427 .
2022-02-14 08:56:58 -06:00
Ed Page
c3bb4adfa1
fix(parser): Allow commas in urls
...
Got us closer to https://www.ietf.org/rfc/rfc3986.txt
Fixes #433
2022-02-14 08:49:55 -06:00
Ed Page
09203fd592
fix(parser): Recognize URLs with passwords
2022-02-14 08:21:56 -06:00
Gavin Mogan
e56be9f674
Dont update dockerfile with latest tag
2022-02-11 23:06:04 -08:00
Gavin Mogan
fa9bfdf8b1
New dockerfile for #427 . Builds on demand
2022-02-10 21:05:57 -08:00
Ed Page
05773fe815
chore: Release
2022-02-08 07:12:19 -06:00
Ed Page
d3c8c18647
docs: Update changelog
2022-02-08 07:12:09 -06:00
Ed Page
0f8a05d91d
Merge pull request #428 from Flakebi/more-typos
...
feat(dict): Add more typos
2022-02-08 07:10:45 -06:00
Sebastian Neubauer
fa5a724cec
feat(dict): Add more typos
2022-02-08 13:41:44 +01:00
Ed Page
23752c7843
Merge pull request #426 from epage/clap
...
chore: Update dependencies
2022-02-01 10:59:31 -06:00
Ed Page
8ddb09eff3
chore: Update dependencies
2022-02-01 10:34:12 -06:00
Ed Page
b787f96558
Merge pull request #424 from crate-ci/dependabot/cargo/assert_fs-1.0.7
...
chore(deps): Bump assert_fs from 1.0.6 to 1.0.7
2022-02-01 08:11:22 -06:00
Ed Page
00b3d22c1e
Merge pull request #423 from crate-ci/dependabot/cargo/trycmd-0.12.2
...
chore(deps): Bump trycmd from 0.8.3 to 0.12.2
2022-02-01 08:11:14 -06:00
dependabot[bot]
c3a7d42124
chore(deps): Bump trycmd from 0.8.3 to 0.12.2
...
Bumps [trycmd](https://github.com/assert-rs/trycmd ) from 0.8.3 to 0.12.2.
- [Release notes](https://github.com/assert-rs/trycmd/releases )
- [Changelog](https://github.com/assert-rs/trycmd/blob/main/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/trycmd/compare/v0.8.3...v0.12.2 )
---
updated-dependencies:
- dependency-name: trycmd
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 13:18:17 +00:00
dependabot[bot]
ce6616753c
chore(deps): Bump assert_fs from 1.0.6 to 1.0.7
...
Bumps [assert_fs](https://github.com/assert-rs/assert_fs ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/assert-rs/assert_fs/releases )
- [Changelog](https://github.com/assert-rs/assert_fs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/assert-rs/assert_fs/compare/v1.0.6...v1.0.7 )
---
updated-dependencies:
- dependency-name: assert_fs
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 13:18:05 +00:00
Ed Page
cd9f256f33
Merge pull request #422 from crate-ci/dependabot/cargo/anyhow-1.0.53
...
chore(deps): Bump anyhow from 1.0.52 to 1.0.53
2022-02-01 07:16:22 -06:00
Ed Page
3c750ce656
Merge pull request #420 from crate-ci/dependabot/cargo/serde-1.0.136
...
chore(deps): Bump serde from 1.0.132 to 1.0.136
2022-02-01 07:14:34 -06:00
Ed Page
85f2d1c37c
Merge pull request #419 from crate-ci/dependabot/cargo/serde_json-1.0.78
...
chore(deps): Bump serde_json from 1.0.73 to 1.0.78
2022-02-01 07:14:26 -06:00
Ed Page
edd7eb17c8
Merge pull request #418 from crate-ci/dependabot/cargo/toml_edit-0.13.4
...
chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
2022-02-01 07:14:18 -06:00
Ed Page
1c58fd0581
Merge pull request #416 from crate-ci/dependabot/cargo/clap-3.0.13
...
chore(deps): Bump clap from 3.0.0 to 3.0.13
2022-02-01 07:14:05 -06:00
dependabot[bot]
8114c46fb9
chore(deps): Bump anyhow from 1.0.52 to 1.0.53
...
Bumps [anyhow](https://github.com/dtolnay/anyhow ) from 1.0.52 to 1.0.53.
- [Release notes](https://github.com/dtolnay/anyhow/releases )
- [Commits](https://github.com/dtolnay/anyhow/compare/1.0.52...1.0.53 )
---
updated-dependencies:
- dependency-name: anyhow
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:03:07 +00:00
dependabot[bot]
1c7d1f6ef7
chore(deps): Bump serde from 1.0.132 to 1.0.136
...
Bumps [serde](https://github.com/serde-rs/serde ) from 1.0.132 to 1.0.136.
- [Release notes](https://github.com/serde-rs/serde/releases )
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.132...v1.0.136 )
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:55 +00:00
dependabot[bot]
486c215a73
chore(deps): Bump serde_json from 1.0.73 to 1.0.78
...
Bumps [serde_json](https://github.com/serde-rs/json ) from 1.0.73 to 1.0.78.
- [Release notes](https://github.com/serde-rs/json/releases )
- [Commits](https://github.com/serde-rs/json/compare/v1.0.73...v1.0.78 )
---
updated-dependencies:
- dependency-name: serde_json
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:48 +00:00
dependabot[bot]
d69e5c3a2f
chore(deps): Bump toml_edit from 0.13.0 to 0.13.4
...
Bumps [toml_edit](https://github.com/ordian/toml_edit ) from 0.13.0 to 0.13.4.
- [Release notes](https://github.com/ordian/toml_edit/releases )
- [Changelog](https://github.com/ordian/toml_edit/blob/master/CHANGELOG.md )
- [Commits](https://github.com/ordian/toml_edit/compare/v0.13.0...v0.13.4 )
---
updated-dependencies:
- dependency-name: toml_edit
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:43 +00:00
dependabot[bot]
a3f39efdc8
chore(deps): Bump clap from 3.0.0 to 3.0.13
...
Bumps [clap](https://github.com/clap-rs/clap ) from 3.0.0 to 3.0.13.
- [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-v3.0.0...v3.0.13 )
---
updated-dependencies:
- dependency-name: clap
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-01 07:02:33 +00:00
Ed Page
5b7fe620ec
chore: Release
2022-01-26 14:32:31 -06:00
Ed Page
567da54531
docs: Update changelog
2022-01-26 14:32:05 -06:00
Ed Page
3affa63856
Merge pull request #414 from epage/base64
...
fix(parser): Detect shorter base64 values
2022-01-26 14:30:29 -06:00
Ed Page
a39074fc7f
fix(parser): Detect shorter base64 values
...
This is part of the way to #413 . In that case, they aren't providing
padding though.
2022-01-26 14:18:01 -06:00
Ed Page
2c5f2ecedd
chore: Release
2022-01-26 10:01:15 -06:00
Ed Page
6708ee9d02
docs: Update changelog
2022-01-26 09:59:28 -06:00
Ed Page
9422e45f3f
Merge pull request #412 from epage/bug
...
fix(parser): Don't stop on almost-printfs
2022-01-26 09:57:30 -06:00
Ed Page
3c78d65462
fix(parser): Don't stop on almost-printfs
...
When we added support for printf interopolation, we had to adjust our
separator matching to not eat the start of printf interpolation.
When doing so, I overlooked the need to still eat it in the catch-all.
If we don't, we then try to read `%` as part of the identifier and bail
out early.
Fixes #411
2022-01-26 09:39:23 -06:00