From 0acdb99eb3f962b6428b2c4e88fe111324ade85b Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Fri, 10 Feb 2023 09:45:20 +0000 Subject: axum6 with typesafe state (#674) --- atuin-server/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'atuin-server/Cargo.toml') diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml index bf416b0b..b0857984 100644 --- a/atuin-server/Cargo.toml +++ b/atuin-server/Cargo.toml @@ -20,7 +20,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] } serde = { version = "1.0.145", features = ["derive"] } serde_json = "1.0.86" sodiumoxide = "0.2.6" -base64 = "0.20.0" +base64 = "0.21.0" rand = "0.8.4" tokio = { version = "1", features = ["full"] } sqlx = { version = "0.6", features = [ @@ -29,7 +29,7 @@ sqlx = { version = "0.6", features = [ "postgres", ] } async-trait = "0.1.58" -axum = "0.5" +axum = "0.6.4" http = "0.2" fs-err = "2.9" chronoutil = "0.2.3" -- cgit v1.3.1