Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Sep 27, 2023
1 parent bf56de1 commit 25533f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rpxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ rustls-pemfile = "1.0.3"
mimalloc = { version = "*", default-features = false }

# config
clap = { version = "4.4.4", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.4.5", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8", default-features = false, features = ["parse"] }
hot_reload = "0.1.4"

Expand Down
4 changes: 2 additions & 2 deletions rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ hot_reload = "0.1.4" # reloading certs

# Error handling
anyhow = "1.0.75"
thiserror = "1.0.48"
thiserror = "1.0.49"

# http and tls
hyper = { version = "0.14.27", default-features = false, features = [
Expand Down Expand Up @@ -85,7 +85,7 @@ chrono = { version = "0.4.31", default-features = false, features = [
"clock",
], optional = true }
base64 = { version = "0.21.4", optional = true }
sha2 = { version = "0.10.7", default-features = false, optional = true }
sha2 = { version = "0.10.8", default-features = false, optional = true }


[dev-dependencies]

0 comments on commit 25533f1

Please sign in to comment.