Bump dependencies
This commit is contained in:
parent
26b00f4c54
commit
207d4602d6
2 changed files with 7 additions and 7 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -98,9 +98,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.21.7"
|
||||
version = "0.22.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
||||
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
|
||||
|
||||
[[package]]
|
||||
name = "bytes"
|
||||
|
|
10
Cargo.toml
10
Cargo.toml
|
@ -4,9 +4,9 @@ version = "0.0.1"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
axum = {version = "0.7.4", default-features = false, features = ["http1", "json", "query", "tokio"]}
|
||||
tokio = {version = "1.36.0", features = ["macros", "rt-multi-thread"]}
|
||||
ring = "0.17.7"
|
||||
serde = {version = "1.0.196", features = ["derive"]}
|
||||
base64 = "0.21.7"
|
||||
axum = {version = "0.7.5", default-features = false, features = ["http1", "json", "query", "tokio"]}
|
||||
tokio = {version = "1.37.0", features = ["macros", "rt-multi-thread"]}
|
||||
ring = "0.17.8"
|
||||
serde = {version = "1.0.197", features = ["derive"]}
|
||||
base64 = "0.22.0"
|
||||
lazy_static = "1.4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue