Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 3, 2024
1 parent c6aaf9f commit eb9822c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ edition = "2018"

[dependencies]
anyhow = "1.0"
base64 = "0.21.5"
base64 = "0.22"
lazy_static = "1"
log = "0.4"
openssl = "0.10"
Expand All @@ -28,7 +28,7 @@ ureq = "2"

[dev-dependencies]
doc-comment = "0.3"
env_logger = { version = "0.10", default-features = false }
env_logger = { version = "0.11", default-features = false }
futures = "0.1.25"
hyper = "0.12"
regex = "1.4"

0 comments on commit eb9822c

Please sign in to comment.