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] committed Sep 22, 2023
1 parent e8b131c commit ced38ff
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 41 deletions.
52 changes: 17 additions & 35 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@ 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.31"
rand = "0.8.5"
num_cpus = "1.16.0"
ulid = "1.0.0"
ulid = "1.1.0"

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"] }
redis = { version = "0.23.3", features = ["async-std-comp"] }

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

aes-gcm = "0.10.2"
aes-gcm = "0.10.3"
flate2 = "1.0.27"
x25519-dalek = "2.0.0"

0 comments on commit ced38ff

Please sign in to comment.