Skip to content

Commit

Permalink
Merge branch 'rolling' into dependabot/cargo/mimalloc-0.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
neon-mmd authored Aug 16, 2024
2 parents 834ab07 + 16717bc commit cb7d035
Show file tree
Hide file tree
Showing 2 changed files with 101 additions and 24 deletions.
121 changes: 99 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bench = false
path = "src/bin/websurfx.rs"

[dependencies]
reqwest = { version = "0.12.4", default-features = false, features = [
reqwest = { version = "0.12.5", default-features = false, features = [
"rustls-tls",
"brotli",
"gzip",
Expand All @@ -26,7 +26,7 @@ tokio = { version = "1.32.0", features = [
"io-util",
], default-features = false }
serde = { version = "1.0.196", default-features = false, features = ["derive"] }
serde_json = { version = "1.0.116", default-features = false }
serde_json = { version = "1.0.122", default-features = false }
maud = { version = "0.26.0", default-features = false, features = [
"actix-web",
] }
Expand Down

0 comments on commit cb7d035

Please sign in to comment.