Skip to content

Commit

Permalink
release(twilight-http): bump to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
7596ff committed Jan 28, 2023
1 parent 75f990f commit 363495f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion twilight-gateway-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { default-features = false, features = ["rt", "sync", "time"], version =
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }

# Optional dependencies.
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.14.2" }
twilight-http = { default-features = false, optional = true, path = "../twilight-http", version = "0.14.3" }

[dev-dependencies]
static_assertions = { default-features = false, version = "1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tokio = { default-features = false, features = ["net", "rt", "sync", "time"], ve
tokio-tungstenite = { default-features = false, features = ["connect"], version = "0.17" }
tracing = { default-features = false, features = ["std", "attributes"], version = "0.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.14.0" }
twilight-http = { default-features = false, path = "../twilight-http", version = "0.14.2" }
twilight-http = { default-features = false, path = "../twilight-http", version = "0.14.3" }
twilight-model = { default-features = false, path = "../twilight-model", version = "0.14.4" }
url = { default-features = false, version = "2" }
leaky-bucket-lite = { default-features = false, features = ["tokio"], version = "0.5.1" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [unreleased]
## [0.14.3] - 2023-01-28

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion twilight-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name = "twilight-http"
publish = true
repository.workspace = true
rust-version.workspace = true
version = "0.14.2"
version = "0.14.3"

[dependencies]
hyper = { default-features = false, features = ["client", "http1", "http2", "runtime"], version = "0.14" }
Expand Down
2 changes: 1 addition & 1 deletion twilight-lavalink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serde_test = { default-features = false, version = "1" }
static_assertions = { default-features = false, version = "1" }
tokio = { default-features = false, features = ["macros", "rt-multi-thread"], version = "1.0" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.14.1" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.14.2" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.14.3" }

[features]
default = ["http-support", "rustls-native-roots"]
Expand Down
2 changes: 1 addition & 1 deletion twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tokio = { default-features = false, features = ["macros", "rt-multi-thread"], ve
twilight-cache-inmemory = { default-features = false, path = "../twilight-cache-inmemory", version = "0.14.3" }
twilight-gateway = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-gateway", version = "0.14.1" }
twilight-gateway-queue = { default-features = false, path = "../twilight-gateway-queue", version = "0.14.0" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.14.2" }
twilight-http = { default-features = false, features = ["rustls-native-roots"], path = "../twilight-http", version = "0.14.3" }
twilight-http-ratelimiting = { default-features = false, path = "../twilight-http-ratelimiting", version = "0.14.2" }
twilight-lavalink = { default-features = false, path = "../twilight-lavalink", version = "0.14.1" }
twilight-mention = { default-features = false, path = "../twilight-mention", version = "0.14.0" }
Expand Down

0 comments on commit 363495f

Please sign in to comment.