Skip to content

Commit

Permalink
bump blockscout-auth deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bragov4ik committed Jan 21, 2025
1 parent 8f2caa9 commit ba5a9ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions libs/blockscout-auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cookie = {version = "0.17", features = ["percent-encode"]}
reqwest = "0.11"
serde = { version = "1.0", features = ["derive"] }
cookie = { version = "0.18", features = [ "percent-encode" ] }
reqwest = "0.12"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1"
thiserror = "1"
tonic = "0.8"
thiserror = "2"
tonic = "0.12"
tracing = "0.1"
url = "2"
wiremock = "0.5"
wiremock = "0.6"

[dev-dependencies]
tokio = "1.0"

0 comments on commit ba5a9ec

Please sign in to comment.