Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 30, 2024
1 parent de80d2f commit e1c0851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/shared/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ log = "0.4.22"
nohash-hasher = "0.2.0"
parking_lot = "0.12.3"
rand = "0.9.0-beta.1"
reqwest = { version = "0.12.10", default-features = false, features = [
reqwest = { version = "0.12.11", default-features = false, features = [
"rustls-tls",
] }
sha2 = "0.11.0-pre.4"
time = { version = "0.3.37", features = ["formatting"] }
serde = { version = "1.0.216", features = ["derive"] }
serde = { version = "1.0.217", features = ["derive"] }
crypto_secretbox = { version = "0.1.1", features = ["chacha20"] }
serde_json = "1.0.134"
argon2 = "0.6.0-pre.1"

0 comments on commit e1c0851

Please sign in to comment.