diff --git a/Cargo.lock b/Cargo.lock index 7d9f498..39dc900 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,9 +46,9 @@ checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46" [[package]] name = "anyhow" -version = "1.0.76" +version = "1.0.77" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59d2a3357dde987206219e78ecfbbb6e8dad06cbb65292758d3270e6254f7355" +checksum = "c9d19de80eff169429ac1e9f48fffb163916b448a44e8e046186232046d9e1f9" [[package]] name = "assert_matches" diff --git a/Cargo.toml b/Cargo.toml index 0b4e0aa..84599c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ rustdoc-args = ["--cfg", "docsrs"] [dependencies] # Public dependencies (present in the public API). -anyhow = { version = "1.0.76", default-features = false } +anyhow = { version = "1.0.77", default-features = false } base64ct = { version = "1.5.2", features = ["alloc"] } ciborium = { version = "0.2.1", default-features = false, optional = true } chrono = { version = "0.4.22", default-features = false } diff --git a/e2e-tests/no-std/Cargo.toml b/e2e-tests/no-std/Cargo.toml index f39dd59..c743600 100644 --- a/e2e-tests/no-std/Cargo.toml +++ b/e2e-tests/no-std/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/slowli/jwt-compact" publish = false [dependencies] -anyhow = { version = "1.0.76", default-features = false } +anyhow = { version = "1.0.77", default-features = false } chrono = { version = "0.4.22", default-features = false } const-decoder = "0.3.0" serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }