Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Apr 30, 2024
1 parent acac303 commit a3add3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -4,16 +4,16 @@ version = "0.7.0"
edition = "2021"

[dependencies]
reqwest = { version = "0.11", features = ["json", "multipart", "blocking", "rustls-tls"] }
reqwest = { version = "0.12", features = ["json", "multipart", "blocking", "rustls-tls"] }
thiserror = "1"
serde = { version = "1.0", features = ["derive", "std"] }
serde-aux = "4.2"
serde-aux = "4.5"
serde_json = "1"
percent-encoding = "2"
rand = "0.8.5"
ring = "0.16.20"
rand = "0.8"
ring = "0.17"
rbase64 = "2"
tabled = { version = "0.14", features = ["derive", "macros"], optional = true }
tabled = { version = "0.15", features = ["derive", "macros"], optional = true }

[dev-dependencies]
amqprs = "1"
Expand Down

0 comments on commit a3add3b

Please sign in to comment.