summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2024-02-01chore: Update dependencies (`Cargo.toml`)Brennan Kinney
Consistently omit patch version. Signed-off-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>
2024-02-01Update version: 0.13.1 -> 0.14.0Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-09-27Update warp requirement from =0.3.5 to =0.3.6dependabot[bot]
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.5...v0.3.6) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-25Use weak features for preserve_orderRain
Currently, `preserve_order` causes the toml, serde_json and ron dependencies to be enabled. This can be avoided by using cargo's support for [weak features]. [weak features]: https://rust-lang.github.io/rfcs/3143-cargo-weak-namespaced-features.html Weak features were stabilized in Rust 1.60 so there are no MSRV concerns. I think this probably is a breaking change since it's possible some downstream users weren't enabling support explicitly. Signed-off-by: Rain <rain@sunshowers.io>
2023-09-13Update toml requirement from 0.7 to 0.8dependabot[bot]
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.0...toml-v0.8.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-08-25Fix: Enable serde/derive when enabling json5 featureMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-07-21Update license field following SPDX 2.1 license expression standardAndrea Frigido
Signed-off-by: Andrea Frigido <andrea@frisoft.it> Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-07-20Update rust-ini requirement from 0.18 to 0.19dependabot[bot]
Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-07-20Fix feature nameMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2023-06-26Update indexmap requirement from 1.7.0 to 2.0.0dependabot[bot]
Updates the requirements on [indexmap](https://github.com/bluss/indexmap) to permit the latest version. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.7.0...2.0.0) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-05-17Update notify requirement from ^5.0.0 to ^6.0.0dependabot[bot]
Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/commits) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-04-28Update warp requirement from =0.3.4 to =0.3.5dependabot[bot]
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.4...v0.3.5) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-03-31Update warp requirement from =0.3.3 to =0.3.4dependabot[bot]
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.3...v0.3.4) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-27Update toml requirement from 0.5 to 0.7dependabot[bot]
Updates the requirements on [toml](https://github.com/toml-rs/toml) to permit the latest version. - [Release notes](https://github.com/toml-rs/toml/releases) - [Commits](https://github.com/toml-rs/toml/compare/toml_datetime-v0.5.0...toml-v0.7.0) --- updated-dependencies: - dependency-name: toml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05Gate async-traits behind a featureNicolas Stinus
2022-11-28Add test for log::Level deserializationMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-09-29env: add a 'convert_case' field to ease dealing with kebab-caseDan Aloni
This allows usage of `kebab-case` attribute in serde, mapping unambiguously into a config value given a multiple character separator. This also add the `convert-case` feature. For example: let environment = Environment::default() .prefix("PREFIX") .translate_key(Case::Kebab) .separator("__");
2022-09-27Update warp requirement from =0.3.2 to =0.3.3dependabot[bot]
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.2...v0.3.3) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-15Update temp-env requirement from 0.2.0 to 0.3.0dependabot[bot]
Updates the requirements on [temp-env](https://github.com/vmx/temp-env) to permit the latest version. - [Release notes](https://github.com/vmx/temp-env/releases) - [Commits](https://github.com/vmx/temp-env/compare/v0.2.0...v0.3.0) --- updated-dependencies: - dependency-name: temp-env dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-09-06Update warp requirement from =0.3.1 to =0.3.2dependabot[bot]
Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.1...v0.3.2) --- updated-dependencies: - dependency-name: warp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-08-30Update notify requirement from ^4.0.0 to ^5.0.0dependabot[bot]
Updates the requirements on [notify](https://github.com/notify-rs/notify) to permit the latest version. - [Release notes](https://github.com/notify-rs/notify/releases) - [Changelog](https://github.com/notify-rs/notify/blob/main/CHANGELOG.md) - [Commits](https://github.com/notify-rs/notify/compare/notify-5.0.0-pre.16...notify-5.0.0) --- updated-dependencies: - dependency-name: notify dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-08-16Update ron requirement from 0.7 to 0.8dependabot[bot]
Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-18test: Adopt test-env to fix random test failureXuanwo
Signed-off-by: Xuanwo <github@xuanwo.io>
2022-04-13Update version in Cargo.tomlMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-04-03Update version in Cargo.tomlMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-03-16Update reqwest dependencyMatthias Beyer
MSRV is 1.49, so we do not have to pin this dependency anymore. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-21Update rust-ini requirement from 0.17 to 0.18dependabot[bot]
Updates the requirements on [rust-ini](https://github.com/zonyitoo/rust-ini) to permit the latest version. - [Release notes](https://github.com/zonyitoo/rust-ini/releases) - [Commits](https://github.com/zonyitoo/rust-ini/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: rust-ini dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2022-02-19Update version in Cargo.tomlMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-02-10Update dependency: json5: 0.3 -> 0.4Matthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2022-01-12Update reqwest requirement from =0.11.3 to =0.11.9dependabot[bot]
Updates the requirements on [reqwest](https://github.com/seanmonstar/reqwest) to permit the latest version. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.3...v0.11.9) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29Merge pull request #270 from mehcode/dependabot/cargo/float-cmp-0.9Matthias Beyer
Update float-cmp requirement from 0.8 to 0.9
2021-12-29Update ron requirement from 0.6 to 0.7dependabot[bot]
Updates the requirements on [ron](https://github.com/ron-rs/ron) to permit the latest version. - [Release notes](https://github.com/ron-rs/ron/releases) - [Changelog](https://github.com/ron-rs/ron/blob/master/CHANGELOG.md) - [Commits](https://github.com/ron-rs/ron/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: ron dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
2021-12-29Update float-cmp requirement from 0.8 to 0.9dependabot[bot]
Updates the requirements on [float-cmp](https://github.com/mikedilger/float-cmp) to permit the latest version. - [Release notes](https://github.com/mikedilger/float-cmp/releases) - [Commits](https://github.com/mikedilger/float-cmp/commits) --- updated-dependencies: - dependency-name: float-cmp dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
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
Because newest version updates one of its dependencies which then uses const generics, which we do not support on our MSRV. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-11-08Merge pull request #219 from szarykott/trait_formatMatthias Beyer
Introduce `Format` trait
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
The serde-hjson crate is not maintained anymore and this feature is actually causing pain in packaging even. Thus, remove it. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
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
Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Reviewed-by: Matthias Beyer <mail@beyermatthias.de>
2021-06-26Add AsyncSource traitRadosław Kot
This patch adds the AsyncSource trait, the interface for providing async source functionality for this crate. Signed-off-by: Matthias Beyer <mail@beyermatthias.de> Reviewed-by: Matthias Beyer <mail@beyermatthias.de>
2021-05-15Fix: json5 does not need serde_deriveMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2021-05-15Support format json5up9cloud
2021-05-07Port to nom 6kpcyrd