Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Dec 13, 2022
1 parent bf4f0e5 commit 176f774
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ authors = [
]

[dependencies]
async-trait = "0.1.57"
async-trait = "0.1.59"
rand = "0.8.5"
base64 = "0.20.0"
sha2 = "0.10.6"
hmac = "0.12.1"
serde_json = "1.0.85"
serde_json = "1.0.89"
bincode = "1.3.3"
anyhow = "1.0.65"
blake3 = "1.3.1"
async-lock = "2.5.0"
anyhow = "1.0.66"
blake3 = "1.3.3"
async-lock = "2.6.0"
log = "0.4.17"

[dependencies.serde]
version = "1.0.145"
version = "1.0.150"
features = ["rc", "derive"]

[dependencies.chrono]
version = "0.4.22"
version = "0.4.23"
default-features = false
features = ["clock", "serde", "std"]

Expand Down

0 comments on commit 176f774

Please sign in to comment.