Skip to content

Commit

Permalink
Upgrade to trillium-client 0.4.6 (#658)
Browse files Browse the repository at this point in the history
* Upgrade to trillium-client 0.4.6

* Upgrade to trillium-client 0.4.7
  • Loading branch information
divergentdave authored Nov 28, 2023
1 parent fbfa12d commit 25cefbf
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 41 deletions.
79 changes: 41 additions & 38 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ tracing-subscriber = { version = "0.3.17", features = [
] }
trillium-api = { version = "0.2.0-rc.7", default-features = false }
trillium-caching-headers = "0.2.1"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-client = { version = "0.4.7", features = ["json"] }
trillium-compression = "0.1.0"
trillium-conn-id = "0.2.1"
trillium-cookies = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ email_address = "0.2.4"
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-client = { version = "0.4.7", features = ["json"] }
trillium-http = "0.3.5"
url = { version = "2.4.1", features = ["serde"] }
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "serde"] }
Expand Down
2 changes: 1 addition & 1 deletion test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ divviup-api.workspace = true
serde = "1.0.190"
serde_json = "1.0.108"
thiserror = "1.0.50"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-client = { version = "0.4.7", features = ["json"] }
trillium-http = "0.3.5"
trillium-rustls = "0.4.0"
trillium-tokio = "0.3.2"
Expand Down

0 comments on commit 25cefbf

Please sign in to comment.