diff --git a/Cargo.lock b/Cargo.lock index e907f63..a846c0a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1509,9 +1509,9 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" [[package]] name = "opensecret" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "907713724b6c28098a88c7bbc2e88d01e9b95de3b1e3aec59c8479562fae89ed" +checksum = "8cab60da21f06cccb63bec26affb60d0da0d1324c4a822a4fb1b99406fbcbf45" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 839ad9a..7563024 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ path = "src/main.rs" [dependencies] # OpenSecret SDK -opensecret = "0.2.0" +opensecret = "0.2.1" # Web server axum = { version = "0.8.4", features = ["http2", "macros"] } @@ -52,4 +52,4 @@ http = "1.0" axum-test = "18.0.1" tokio-test = "0.4" tower = { version = "0.5.2", features = ["util"] } -serde_json = "1.0" \ No newline at end of file +serde_json = "1.0"