diff options
author | Vika <vika@fireburn.ru> | 2023-07-09 22:21:12 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2023-07-17 01:53:42 +0300 |
commit | dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4 (patch) | |
tree | 83c935c793481864b79a6bd482f09b1622cba104 /kittybox-rs/indieauth/Cargo.toml | |
parent | b38b508366a80a2f1c163ae3623c79e883323201 (diff) | |
download | kittybox-dc7dfc61ec839175ebb51fcbaef1156fea5fdcf4.tar.zst |
cargo update, part 1
Diffstat (limited to 'kittybox-rs/indieauth/Cargo.toml')
-rw-r--r-- | kittybox-rs/indieauth/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kittybox-rs/indieauth/Cargo.toml b/kittybox-rs/indieauth/Cargo.toml index a81fd51..332584d 100644 --- a/kittybox-rs/indieauth/Cargo.toml +++ b/kittybox-rs/indieauth/Cargo.toml @@ -13,12 +13,12 @@ serde_urlencoded = "^0.7.0" # `x-www-form-urlencoded` meets Serde [dependencies] rand = "^0.8.5" # Utilities for random number generation data-encoding = "^2.3.2" # Efficient and customizable data-encoding functions like base64, base32, and hex -sha2 = "^0.9.8" # SHA-2 series of algorithms for Rust +sha2 = "^0.10.7" # SHA-2 series of algorithms for Rust [dependencies.url] # URL library for Rust, based on the WHATWG URL Standard version = "^2.2.1" features = ["serde"] [dependencies.serde] # A generic serialization/deserialization framework -version = "^1.0.125" +version = "^1.0.170" features = ["derive"] [dependencies.axum-core] version = "^0.2.6" |