Skip to content

Commit ee2e831

Browse files
authored
Merge pull request #46 from JKISoftware/cargo-package-bumps
Update dependencies in Cargo.lock and Cargo.toml
2 parents 5d6032d + 7630877 commit ee2e831

File tree

2 files changed

+80
-55
lines changed

2 files changed

+80
-55
lines changed

Cargo.lock

Lines changed: 68 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ expect_used = { level = "allow", priority = 1 } # expect() for cri
1616
all = { level = "warn", priority = 0 }
1717

1818
[dependencies]
19-
libc = "0.2.173"
20-
reqwest = { version = "0.12.20", features = ["json", "stream", "rustls-tls", "multipart"], default-features = false }
21-
tokio = { version = "1.45.1", features = ["full"] }
19+
libc = "0.2.175"
20+
reqwest = { version = "0.12.23", features = ["json", "stream", "rustls-tls", "multipart"], default-features = false }
21+
tokio = { version = "1.47.1", features = ["full"] }
2222
lazy_static = "1.5.0"
2323
futures-util = "0.3.31"
24-
webpki-roots = "1.0.0"
25-
serde_json = "1.0.140"
24+
webpki-roots = "1.0.2"
25+
serde_json = "1.0.143"
2626

2727

2828
[dev-dependencies]
29-
serde_json = "1.0.140"
30-
pingora-proxy = "0.5.0"
31-
pingora-core = "0.5.0"
32-
async-trait = "0.1.88"
33-
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
34-
sfv = "0.13.0"
35-
rusty-hook = "0.11.2"
29+
serde_json = "1.0.143"
30+
pingora-proxy = "0.6.0"
31+
pingora-core = "0.6.0"
32+
async-trait = "0.1.89"
33+
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
34+
sfv = "0.14.0"
35+
rusty-hook = "0.11.2"

0 commit comments

Comments
 (0)