Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Use config crate with yaml-rust2 dependency
Browse files Browse the repository at this point in the history
Config dependency has been overridden because
https://rustsec.org/advisories/RUSTSEC-2024-0320 exists
and the crate has no maintainers to do a proper release.
  • Loading branch information
0rzech committed Mar 30, 2024
1 parent cfc255d commit 57ae464
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 26 deletions.
47 changes: 21 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,6 @@ proptest = "1.4.0"
serde_json = "1.0.114"
tokio = { version = "1.36.0", features = ["macros", "rt"] }
wiremock = "0.6.0"

[patch.crates-io]
config = { git = "https://github.com/mehcode/config-rs", rev = "e3c1d0b452639478662a44f15ef6d5b6d969bf9b" }

0 comments on commit 57ae464

Please sign in to comment.