aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-server')
-rw-r--r--atuin-server/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-server/Cargo.toml b/atuin-server/Cargo.toml
index aeade5d1..c8f93409 100644
--- a/atuin-server/Cargo.toml
+++ b/atuin-server/Cargo.toml
@@ -28,7 +28,7 @@ sqlx = { version = "0.6", features = [
"chrono",
"postgres",
] }
-async-trait = "0.1.49"
+async-trait = "0.1.58"
axum = "0.5"
http = "0.2"
fs-err = "2.7"