Skip to content

Commit

Permalink
fix(deps): update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2023
1 parent e8b131c commit 15c8e25
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,25 @@ async-std = { version = "1.12.0", features = ["attributes", "tokio1"] }
async-trait = "0.1.73"
futures-util = "0.3.28"

dashmap = "5.5.0"
dashmap = "5.5.3"
lazy_static = "1.4.0"
once_cell = "1.18.0"

chrono = "0.4.26"
chrono = "0.4.28"
rand = "0.8.5"
num_cpus = "1.16.0"
ulid = "1.0.0"
ulid = "1.0.1"

env_logger = "0.10.0"
log = "0.4.20"

async-tungstenite = "0.23.0"

mongodb = "2.6.0"
mongodb = "2.6.1"
jsonwebtoken = "8.3.0"
redis = { version = "0.23.2", features = ["async-std-comp"] }

serde = { version = "1.0.183", features = ["derive"] }
serde = { version = "1.0.188", features = ["derive"] }
rmp-serde = "1.1.2"

aes-gcm = "0.10.2"
Expand Down

0 comments on commit 15c8e25

Please sign in to comment.