diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-10 17:25:02 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-10 17:25:02 +0200 |
commit | 9f4a1617fbd4d1f87a8bf6d882bdf739a08fb422 (patch) | |
tree | a707289dca391713b10b2162d7a5f91623c146e2 /Cargo.toml | |
parent | c88d6e280a669eca44b8331b8731cf5fc933a957 (diff) | |
download | gnix-9f4a1617fbd4d1f87a8bf6d882bdf739a08fb422.tar gnix-9f4a1617fbd4d1f87a8bf6d882bdf739a08fb422.tar.bz2 gnix-9f4a1617fbd4d1f87a8bf6d882bdf739a08fb422.tar.zst |
update deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -6,28 +6,28 @@ edition = "2021" [dependencies] # HTTP hyper = { version = "1.3.1", features = ["full"] } -hyper-util = "0.1.3" +hyper-util = "0.1.5" http-body-util = "0.1.1" headers = "0.4.0" percent-encoding = "2.3.1" -base64 = "0.22.0" +base64 = "0.22.1" httpdate = "1.0.3" hex = "0.4.3" # TLS rustls-pemfile = "2.1.2" -rustls = "0.23.5" +rustls = "0.23.9" tokio-rustls = "0.26.0" # Async stuff -tokio = { version = "1.37.0", features = ["full"] } -tokio-util = { version = "0.7.10", features = ["io"] } +tokio = { version = "1.38.0", features = ["full"] } +tokio-util = { version = "0.7.11", features = ["io"] } futures-util = "0.3.30" futures = "0.3.30" pin-project = "1.1.5" # Config -serde = { version = "1.0.199", features = ["derive"] } +serde = { version = "1.0.203", features = ["derive"] } serde_yaml = "0.9.34" inotify = "0.10.2" @@ -41,8 +41,8 @@ humansize = "2.1.3" mime_guess = "2.0.4" bytes = "1.6.0" -anyhow = "1.0.82" -thiserror = "1.0.59" +anyhow = "1.0.86" +thiserror = "1.0.61" # Crypto for authentificating clients aes-gcm-siv = "0.11.1" |