Skip to content

Commit

Permalink
chore: Relax depency versions and remove rust-crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Threated committed Mar 22, 2024
1 parent d42d1e6 commit 88980d9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ uuid = { version = "1.7.0", features = ["v4"] }
# Db
diesel = { version = "2.1.4", features = ["sqlite", "r2d2"] }
diesel_migrations = { version = "2.1.0", features = ["sqlite"] }
libsqlite3-sys = { version = "0.27.0", features = ["bundled"] }
libsqlite3-sys = { version = "0.28", features = ["bundled"] }
# Beam
beam-lib = { git = "https://github.com/samply/beam", branch = "develop", features = ["http-util"] }
async-sse = "5.1.0"
futures-util = { version = "0.3", features = ["io"] }
#encrypt
rust-crypto = "^0.2"
aes = "0.8.4"
ctr = "0.9.2"
cipher = "0.4.4"
base64 = "0.22.0"
aes = "0.8"
ctr = "0.9"
cipher = "0.4"
base64 = "0.21"

# Logging
tracing = { version = "0.1" }
Expand Down

0 comments on commit 88980d9

Please sign in to comment.