Skip to content

Commit

Permalink
trillium 0.2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Oct 27, 2023
1 parent e09b178 commit a90cef8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 @@ -45,15 +45,15 @@ thiserror = "1.0.49"
time = { version = "0.3.30", features = ["serde", "serde-well-known"] }
tokio = { version = "1.33.0", features = ["full"] }
tracing = "0.1.39"
trillium = "0.2.10"
trillium = "0.2.11"
trillium-api = { version = "0.2.0-rc.4", default-features = false }
trillium-caching-headers = "0.2.1"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-compression = "0.1.0"
trillium-conn-id = "0.2.1"
trillium-cookies = "0.4.0"
trillium-forwarding = "0.2.1"
trillium-http = { version = "0.3.4", features = ["http-compat", "serde"] }
trillium-http = { version = "0.3.5", features = ["http-compat", "serde"] }
trillium-logger = "0.4.3"
trillium-macros = "0.0.4"
trillium-prometheus = "0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ serde = { version = "1.0.189", features = ["derive"] }
serde_json = "1.0.107"
thiserror = "1.0.49"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-http = "0.3.4"
trillium-http = "0.3.5"
url = { version = "2.4.1", features = ["serde"] }
uuid = { version = "1.5.0", features = ["v4", "fast-rng", "serde"] }
time = { version = "0.3.30", features = ["serde", "serde-well-known"] }
Expand All @@ -31,7 +31,7 @@ divviup-api = { version = "*", path = ".." }
fastrand = "2.0.1"
futures-lite = "2.0.0"
test-support = { path = "../test-support" }
trillium = "0.2.10"
trillium = "0.2.11"
trillium-macros = "0.0.4"
trillium-testing = { version = "0.5.0", features = ["tokio"] }
trillium-rustls = "0.4.0"
Expand Down
4 changes: 2 additions & 2 deletions test-support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ publish = false
[dependencies]
fastrand = "2.0.1"
time = "0.3.30"
trillium = "0.2.10"
trillium = "0.2.11"
trillium-macros = "0.0.4"
trillium-testing = { version = "0.5.0", features = ["tokio"] }
divviup-api = { version = "*", path = ".." }
serde = "1.0.189"
serde_json = "1.0.107"
thiserror = "1.0.49"
trillium-client = { version = "0.4.5", features = ["json"] }
trillium-http = "0.3.4"
trillium-http = "0.3.5"
trillium-rustls = "0.4.0"
trillium-tokio = "0.3.2"
url = "2.4.1"
Expand Down

0 comments on commit a90cef8

Please sign in to comment.