Bump dependencies

This commit is contained in:
Mathieu Strypsteen 2024-03-31 18:39:41 +02:00
parent 26b00f4c54
commit 207d4602d6
2 changed files with 7 additions and 7 deletions

4
Cargo.lock generated
View file

@ -98,9 +98,9 @@ dependencies = [
[[package]] [[package]]
name = "base64" name = "base64"
version = "0.21.7" version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
[[package]] [[package]]
name = "bytes" name = "bytes"

View file

@ -4,9 +4,9 @@ version = "0.0.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
axum = {version = "0.7.4", default-features = false, features = ["http1", "json", "query", "tokio"]} axum = {version = "0.7.5", default-features = false, features = ["http1", "json", "query", "tokio"]}
tokio = {version = "1.36.0", features = ["macros", "rt-multi-thread"]} tokio = {version = "1.37.0", features = ["macros", "rt-multi-thread"]}
ring = "0.17.7" ring = "0.17.8"
serde = {version = "1.0.196", features = ["derive"]} serde = {version = "1.0.197", features = ["derive"]}
base64 = "0.21.7" base64 = "0.22.0"
lazy_static = "1.4.0" lazy_static = "1.4.0"