Skip to content

Commit

Permalink
chore: bump up deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsyaasir committed Mar 31, 2024
1 parent 76a269c commit 94055cd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ transaction_status = ["dep:openssl"]


[dependencies]
cached = { version = "0.48", features = ["wasm", "async", "proc_macro"] }
cached = { version = "0.49", features = ["wasm", "async", "proc_macro"] }
chrono = { version = "0.4", optional = true, default-features = false, features = [
"clock",
"serde",
] }
derive_builder = "0.13"
derive_builder = "0.20"
openssl = { version = "0.10", optional = true }
reqwest = { version = "0.11", features = ["json"] }
reqwest = { version = "0.12", features = ["json"] }
regex = { version = "1.10", default-features = false, features = ["std"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -56,4 +56,4 @@ url = { version = "2", features = ["serde"] }
[dev-dependencies]
dotenvy = "0.15"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
wiremock = "0.5"
wiremock = "0.6"

0 comments on commit 94055cd

Please sign in to comment.