diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-12 16:44:45 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-12 16:44:45 -0500 |
commit | 98f612774cd0fa1f11b4166a0c7656722152aba1 (patch) | |
tree | c9f8fed728097362165d2dd60a5e005af364232b /Cargo.toml | |
parent | refactor (diff) | |
download | xssbook-98f612774cd0fa1f11b4166a0c7656722152aba1.tar.gz xssbook-98f612774cd0fa1f11b4166a0c7656722152aba1.tar.bz2 xssbook-98f612774cd0fa1f11b4166a0c7656722152aba1.zip |
update dependicies, fix profile page
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -4,7 +4,7 @@ version = "0.0.1" edition = "2021" [dependencies] -tokio = { version = "1.23.0", features = ["full"] } +tokio = { version = "1.25.0", features = ["full"] } axum = { version = "0.6.4", features = ["headers", "query"] } tower-http = { version = "0.3.5", features = ["fs"] } tower_governor = "0.0.4" @@ -12,11 +12,11 @@ tower-cookies = "0.8.0" tower = "0.4.13" tracing = "0.1.37" tracing-subscriber = "0.3.16" -bytes = "1.3.0" -serde = { version = "1.0", features = ["derive"] } -serde_json = { version = "1.0", features = ["std"] } +bytes = "1.4" +serde = { version = "1", features = ["derive"] } +serde_json = { version = "1", features = ["std"] } rusqlite = { version = "0.28.0", features = ["bundled"] } rand = "0.8.5" time = "0.3.17" -lazy_static = "1.4.0" -image = "0.24.3"
\ No newline at end of file +lazy_static = "1.4" +image = "0.24.5"
\ No newline at end of file |