Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
junkurihara committed Nov 21, 2023
1 parent 2c3d5cf commit 9ca2091
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion legacy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ rand = "0.8.5"
bytes = "1.5.0"
urlencoding = "2.1.3"
toml = { version = "0.8.8", default-features = false, features = ["parse"] }
serde = "1.0.192"
serde = "1.0.193"
hashlink = "0.8.4"
cedarwood = "0.4.6"
regex = "1.10.2"
Expand Down
2 changes: 1 addition & 1 deletion proxy-bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ doh-auth-proxy-lib = { path = "../proxy-lib/" }

anyhow = "1.0.75"
mimalloc = { version = "*", default-features = false }
serde = { version = "1.0.192", default-features = false, features = ["derive"] }
serde = { version = "1.0.193", default-features = false, features = ["derive"] }
derive_builder = "0.12.0"
tokio = { version = "1.34.0", default-features = false, features = [
"net",
Expand Down
2 changes: 1 addition & 1 deletion proxy-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ anyhow = "1.0.75"
tracing = "0.1.40"
thiserror = "1.0.50"
async-trait = "0.1.74"
serde = { version = "1.0.192", features = ["derive"] }
serde = { version = "1.0.193", features = ["derive"] }
itertools = "0.12.0"
rustc-hash = "1.1.0"

Expand Down

0 comments on commit 9ca2091

Please sign in to comment.