Skip to content

Commit

Permalink
deps: bump dependencies
Browse files Browse the repository at this point in the history
pnwatin committed Apr 20, 2024
1 parent b0be539 commit d6d0183
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@ sqlx = { version = "0.7.4", features = [
] }

# serde
serde = { version = "1.0.197", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
serde_with = { version = "3.7.0" }
serde-aux = { version = "4.5.0" }
serde_json = { version = "1.0.116" }
@@ -50,7 +50,7 @@ jsonwebtoken = { version = "9.3.0" }
validator = { version = "0.18.1" }

# errors
thiserror = { version = "1.0.58" }
thiserror = { version = "1.0.59" }
anyhow = { version = "1.0.82" }

# utils
@@ -62,7 +62,7 @@ rand = { version = "0.8.5", features = ["std_rng"] }
once_cell = { version = "1.19.0" }

[dev-dependencies]
reqwest = { version = "0.12.3", features = ["json"] }
reqwest = { version = "0.12.4", features = ["json"] }
claim = { version = "0.5.0" }
fake = { version = "2.9.2" }
quickcheck = { version = "1.0.3" }

0 comments on commit d6d0183

Please sign in to comment.