diff options
author | mia <mia@mia.jetzt> | 2024-04-23 18:40:20 -0700 |
---|---|---|
committer | mia <mia@mia.jetzt> | 2024-04-23 18:40:20 -0700 |
commit | b9c1ac1c070f19295c79ad21a7eddf20ea42a49b (patch) | |
tree | 82882bdbb9e43d8cce25ef45f7a2ece81f2fe432 /Cargo.toml | |
parent | 796b2cafc798a7faa80a007002831a4c40635fe8 (diff) | |
download | dissociate-b9c1ac1c070f19295c79ad21a7eddf20ea42a49b.tar.gz dissociate-b9c1ac1c070f19295c79ad21a7eddf20ea42a49b.zip |
falx integration v0.2.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index 7f5317e..319d190 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dissociate" -version = "0.1.0" +version = "0.2.0" edition = "2021" [dependencies] @@ -19,8 +19,8 @@ oxide-auth = "0.5.4" oxide-auth-axum = "0.4.0" paste = "1.0.14" rand = "0.8.5" -serde = { version = "1.0.197", features = ["derive"] } -serde_json = "1.0.114" +serde = { version = "1.0.198", features = ["derive"] } +serde_json = "1.0.116" tap = "1.0.1" -tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros", "fs"] } -toml = "0.8.10" +tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros", "fs"] } +toml = "0.8.12" |