diff --git a/Cargo.lock b/Cargo.lock index f30028b100e044..082bf522db14d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -573,9 +573,9 @@ dependencies = [ [[package]] name = "chrono-humanize" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9" +checksum = "8164ae3089baf04ff71f32aeb70213283dcd236dce8bc976d00b17a458f5f71c" dependencies = [ "chrono", ] @@ -1504,9 +1504,9 @@ dependencies = [ [[package]] name = "goauth" -version = "0.9.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d94101e84ede813c04773b0a43396c01b5a3a9376537dbce1125858ae090ae60" +checksum = "4a1d5b4e896797c19dff490f9706817b42e9b7aa4adfe844464d3bbc9aabb035" dependencies = [ "arc-swap 1.2.0", "futures 0.3.8", @@ -3855,9 +3855,9 @@ checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" [[package]] name = "smpl_jwt" -version = "0.6.0" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fb8aea73548d19a00cbaed99a48dbdc61fed3469f39d035617eefd7a88fffd0" +checksum = "4370044f8b20f944e05c35d77edd3518e6f21fc4de77e593919f287c6a3f428a" dependencies = [ "base64 0.13.0", "log 0.4.11", diff --git a/ledger/Cargo.toml b/ledger/Cargo.toml index 11183440fac20e..bd7bb5c4fe04e0 100644 --- a/ledger/Cargo.toml +++ b/ledger/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" bincode = "1.3.1" byteorder = "1.3.4" chrono = { version = "0.4.11", features = ["serde"] } -chrono-humanize = "0.1.1" +chrono-humanize = "0.1.2" crossbeam-channel = "0.4" dlopen_derive = "0.1.4" dlopen = "0.1.8" diff --git a/program-test/Cargo.toml b/program-test/Cargo.toml index f278c5741a07e7..0f0e925a56c8da 100644 --- a/program-test/Cargo.toml +++ b/program-test/Cargo.toml @@ -11,7 +11,7 @@ version = "1.7.0" async-trait = "0.1.42" base64 = "0.12.3" chrono = "0.4.19" -chrono-humanize = "0.1.1" +chrono-humanize = "0.1.2" log = "0.4.11" mio = "0.7.6" solana-banks-client = { path = "../banks-client", version = "=1.7.0" }