Skip to content

Commit

Permalink
Revert config dependency back to 0.13.4 (#1451)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergio Castaño Arteaga <[email protected]>
  • Loading branch information
tegioz authored Mar 4, 2024
1 parent cc9c371 commit e8b84a1
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 123 deletions.
155 changes: 34 additions & 121 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cached = { version = "0.49.2", features = ["async"] }
clap = { version = "4.5.1", features = ["derive"] }
clomonitor-core = { path = "../clomonitor-core" }
comfy-table = "7.1.0"
config = "0.14.0"
config = "0.13.4"
deadpool = "0.10.0"
deadpool-postgres = { version = "0.12.1", features = ["serde"] }
futures = "0.3.30"
Expand Down
2 changes: 1 addition & 1 deletion clomonitor-tracker/src/tracker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ mod tests {
let result = run(&cfg, Arc::new(db), Arc::new(git), Arc::new(linter)).await;
assert_eq!(
result.unwrap_err().root_cause().to_string(),
r#"configuration property "creds.githubtokens" not found"#
r#"configuration property "creds.githubTokens" not found"#
);
}

Expand Down

0 comments on commit e8b84a1

Please sign in to comment.