Skip to content

Commit

Permalink
Merge pull request #48058 from fastly/jkarneges/update-v1
Browse files Browse the repository at this point in the history
update v1
  • Loading branch information
jkarneges authored Aug 14, 2024
2 parents 5a59dd1 + 13e4e35 commit d57fa1c
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Pushpin Changelog
=================

v. 1.40.1 (2024-08-13)

* Fix build with recent rustc.

v. 1.40.0 (2024-07-17)

* Restore support for receiving chunked responses from backends.
Expand Down
47 changes: 36 additions & 11 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pushpin"
version = "1.40.0-dev"
version = "1.40.1-dev"
authors = ["Justin Karneges <[email protected]>"]
description = "Reverse proxy for realtime web services"
repository = "https://github.com/fastly/pushpin"
Expand Down Expand Up @@ -30,7 +30,7 @@ libc = "0.2"
log = "0.4"
miniz_oxide = "0.6"
mio = { version = "1", features = ["os-poll", "os-ext", "net"] }
openssl = "0.10"
openssl = "=0.10.66"
paste = "1.0"
rustls = "0.21"
rustls-native-certs = "0.6"
Expand All @@ -41,7 +41,7 @@ signal-hook = "0.3"
slab = "0.4"
socket2 = "0.4"
thiserror = "1.0"
time = { version = "=0.3.18", features = ["formatting", "local-offset", "macros"] }
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"] }
url = "2.3"
zmq = "0.9"

Expand All @@ -52,7 +52,7 @@ test-log = "0.2"

[build-dependencies]
pkg-config = "0.3"
time = { version = "=0.3.18", features = ["formatting", "local-offset", "macros"] }
time = { version = "0.3.36", features = ["formatting", "local-offset", "macros"] }
cbindgen = "0.26"

[[bench]]
Expand Down

0 comments on commit d57fa1c

Please sign in to comment.