summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Expand)Author
2024-02-01chore: Update dependencies (`Cargo.toml`)Brennan Kinney
2024-02-01Update version: 0.13.1 -> 0.14.0Matthias Beyer
2023-09-27Update warp requirement from =0.3.5 to =0.3.6dependabot[bot]
2023-09-25Use weak features for preserve_orderRain
2023-09-13Update toml requirement from 0.7 to 0.8dependabot[bot]
2023-08-25Fix: Enable serde/derive when enabling json5 featureMatthias Beyer
2023-07-21Update license field following SPDX 2.1 license expression standardAndrea Frigido
2023-07-20Update rust-ini requirement from 0.18 to 0.19dependabot[bot]
2023-07-20Fix feature nameMatthias Beyer
2023-06-26Update indexmap requirement from 1.7.0 to 2.0.0dependabot[bot]
2023-05-17Update notify requirement from ^5.0.0 to ^6.0.0dependabot[bot]
2023-04-28Update warp requirement from =0.3.4 to =0.3.5dependabot[bot]
2023-03-31Update warp requirement from =0.3.3 to =0.3.4dependabot[bot]
2023-01-27Update toml requirement from 0.5 to 0.7dependabot[bot]
2022-12-05Gate async-traits behind a featureNicolas Stinus
2022-11-28Add test for log::Level deserializationMatthias Beyer
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
2022-09-27Update warp requirement from =0.3.2 to =0.3.3dependabot[bot]
2022-09-15Update temp-env requirement from 0.2.0 to 0.3.0dependabot[bot]
2022-09-06Update warp requirement from =0.3.1 to =0.3.2dependabot[bot]
2022-08-30Update notify requirement from ^4.0.0 to ^5.0.0dependabot[bot]
2022-08-16Update ron requirement from 0.7 to 0.8dependabot[bot]
2022-04-18test: Adopt test-env to fix random test failureXuanwo
2022-04-13Update version in Cargo.tomlMatthias Beyer
2022-04-03Update version in Cargo.tomlMatthias Beyer
2022-03-16Update reqwest dependencyMatthias Beyer
2022-02-21Update rust-ini requirement from 0.17 to 0.18dependabot[bot]
2022-02-19Update version in Cargo.tomlMatthias Beyer
2022-02-10Update dependency: json5: 0.3 -> 0.4Matthias Beyer
2022-01-12Update reqwest requirement from =0.11.3 to =0.11.9dependabot[bot]
2021-12-29Merge pull request #270 from mehcode/dependabot/cargo/float-cmp-0.9Matthias Beyer
2021-12-29Update ron requirement from 0.6 to 0.7dependabot[bot]
2021-12-29Update float-cmp requirement from 0.8 to 0.9dependabot[bot]
2021-11-23fix examples to work as cargo expectsConrad Ludgate
2021-11-21chore: replace path_relative_from function with pathdiff crateConrad Ludgate
2021-11-20Fix: Pin the version of warp in dev dependenciesConrad Ludgate
2021-11-08Merge pull request #219 from szarykott/trait_formatMatthias Beyer
2021-10-28Update nom to v7Elie Génard
2021-10-27Fix reqwest version to make it work on rust 1.46Radosław Kot
2021-10-02Remove support for hjsonMatthias Beyer
2021-08-15Test with all features enabled in CIDavid Orchard
2021-08-15Switch from LinkedHashMap to IndexMapDavid Orchard
2021-08-15Move order preservation under a feature gateDavid Orchard
2021-08-15Enable dependency features for map order preservationDavid Orchard
2021-08-15Use LinkedHashMap in place of HashMapDavid Orchard
2021-07-03Add example implementation using async sourceRadosław Kot
2021-06-26Add AsyncSource traitRadosław Kot
2021-05-15Fix: json5 does not need serde_deriveMatthias Beyer
2021-05-15Support format json5up9cloud
2021-05-07Port to nom 6kpcyrd