Skip to content

Commit

Permalink
deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Sep 20, 2023
1 parent b13df20 commit 7c3b036
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3", features = ["std", "cargo", "wrap_help"] }
clap = { version = "4.4.4", features = ["std", "cargo", "wrap_help"] }
toml = { version = "0.8", default-features = false, features = ["parse"] }
hot_reload = "0.1.4"

Expand Down
2 changes: 1 addition & 1 deletion rpxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ http-cache-semantics = { path = "../submodules/rusty-http-cache-semantics/", opt
lru = { version = "0.11.1", optional = true }

# cookie handling for sticky cookie
chrono = { version = "0.4.30", default-features = false, features = [
chrono = { version = "0.4.31", default-features = false, features = [
"unstable-locales",
"alloc",
"clock",
Expand Down

0 comments on commit 7c3b036

Please sign in to comment.