Skip to content

Commit

Permalink
chore: dependencies upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ElaBosak233 committed Feb 22, 2025
1 parent 23332ee commit 83ef06f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ tower_governor = { version = "0.6" }
rustls = { version = "0.23", features = ["ring"] }
ring = { version = "0.17" }
hex = { version = "0.4.3" }
jsonwebtoken = { version = "9.3.0" }
jsonwebtoken = { version = "9.3.1" }
argon2 = { version = "0.5" }
aes = { version = "0.8" }

# Data Handling
uuid = { version = "1.12", features = [
uuid = { version = "1.14", features = [
"v4",
"fast-rng",
"macro-diagnostics"
Expand Down Expand Up @@ -92,7 +92,7 @@ sea-orm = { version = "1.1", features = [
] }

# Message Queue
async-nats = { version = "0.38" }
async-nats = { version = "0.39" }

# Cache
fred = { version = "10.0", features = [
Expand Down

0 comments on commit 83ef06f

Please sign in to comment.