]> git.puffer.fish Git - matthieu/nova.git/commitdiff
bump twilight to 0.14.2
authorMatthieuCoder <matthieu@matthieu-dev.xyz>
Sat, 21 Jan 2023 09:42:08 +0000 (13:42 +0400)
committerMatthieuCoder <matthieu@matthieu-dev.xyz>
Sat, 21 Jan 2023 09:42:08 +0000 (13:42 +0400)
Cargo.lock
exes/cache/Cargo.toml
exes/gateway/Cargo.toml
exes/ratelimit/Cargo.toml
exes/rest/Cargo.toml
exes/webhook/Cargo.toml
libs/shared/Cargo.toml

index 0b7dccafe2359601a7d178372f2484396c09e406..25e948315ac1b44f6e6637fff2f31c997cf1985c 100644 (file)
@@ -1919,7 +1919,7 @@ dependencies = [
  "tracing-opentelemetry",
  "tracing-subscriber",
  "tracing-test",
- "twilight-http-ratelimiting 0.14.0",
+ "twilight-http-ratelimiting",
 ]
 
 [[package]]
@@ -2036,7 +2036,7 @@ dependencies = [
  "tracing",
  "tracing-futures",
  "tracing-opentelemetry",
- "twilight-http-ratelimiting 0.14.0",
+ "twilight-http-ratelimiting",
  "xxhash-rust",
 ]
 
@@ -2938,9 +2938,9 @@ dependencies = [
 
 [[package]]
 name = "twilight-gateway"
-version = "0.14.0"
+version = "0.14.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ba43f8e8dc9f92f61c9ac4d339f7a8483c3ebef2b4f56fe62fb19e151dc79dae"
+checksum = "77d7510817723d48c8795ac223d8684771fc0d452482416b97f0f48705495227"
 dependencies = [
  "bitflags",
  "futures-util",
@@ -2970,9 +2970,9 @@ dependencies = [
 
 [[package]]
 name = "twilight-http"
-version = "0.14.1"
+version = "0.14.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ee78be1791a64c2670624f39cc60e66357ecd2cd739b7dd5fa6caf0d4ea116a"
+checksum = "71fc42b2899deb14bb4a06515ea5122c664692ab0e7e97f5ba5471fe9756f0da"
 dependencies = [
  "hyper",
  "hyper-rustls",
@@ -2982,27 +2982,16 @@ dependencies = [
  "serde_json",
  "tokio",
  "tracing",
- "twilight-http-ratelimiting 0.14.1",
+ "twilight-http-ratelimiting",
  "twilight-model",
  "twilight-validate",
 ]
 
 [[package]]
 name = "twilight-http-ratelimiting"
-version = "0.14.0"
-source = "git+https://github.com/MatthieuCoder/twilight.git#a7953514373d3e3962435e6a539e0e2504a2c2fd"
-dependencies = [
- "futures-util",
- "http",
- "tokio",
- "tracing",
-]
-
-[[package]]
-name = "twilight-http-ratelimiting"
-version = "0.14.1"
+version = "0.14.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "138510dde92c0f394e0bbcd93203d616ff095fa1acc92f3bcfe6dbeaace24726"
+checksum = "11aa98cc9392b252b32345d89dfac410b013059fe295a6fd2bbac72e0d6b9f38"
 dependencies = [
  "futures-util",
  "http",
@@ -3012,9 +3001,9 @@ dependencies = [
 
 [[package]]
 name = "twilight-model"
-version = "0.14.2"
+version = "0.14.3"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4b501e88e7d4c82c70090616a8efdeb82a9778968b6a6723caf2c78b57142525"
+checksum = "3e086aa8c5bec5c65c948ab1d9866cab46383d290b398625c27d6d60638827ea"
 dependencies = [
  "bitflags",
  "serde",
@@ -3026,9 +3015,9 @@ dependencies = [
 
 [[package]]
 name = "twilight-validate"
-version = "0.14.1"
+version = "0.14.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec229abc59e6a6d69044e4fb56a38411307ec059fe608b88995590a619bb84c6"
+checksum = "d2e7889d81cb059ca6fdfba45876d7ea3707ea604e23533a0592f7909faffcd2"
 dependencies = [
  "twilight-model",
 ]
index 4dd7c9712ad1d2149df6eacf39b2a6c07e82eb84..7566c1b422467fb1e780b43c006f8a12d70efd8b 100644 (file)
@@ -20,7 +20,7 @@ serde = { version = "1.0.8", features = ["derive"] }
 serde_json = { version = "1.0" }
 
 async-nats = "0.26.0"
-twilight-model = "0.14"
+twilight-model = "0.14.2"
 anyhow = "1.0.68"
 
 tracing = "0.1.37"
\ No newline at end of file
index 3e6b8a53f03fb5629d057ed7a52401b62ac1a31c..eeee4085eac94929da343b1b3ed3e95491a37ccc 100644 (file)
@@ -18,7 +18,7 @@ serde = { workspace = true }
 serde_json = { workspace = true }
 
 tokio-stream = "0.1.11"
-twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14" }
-twilight-model = "0.14"
+twilight-gateway = { default-features = false, features = ["rustls-webpki-roots"], version = "0.14.1" }
+twilight-model = "0.14.2"
 bytes = "1.3.0"
 async-nats = "0.26.0"
index 5be1a3412224f9ef8ce17ddf9e7eba1cf15d9e5f..079ec507203276c8d43aa3a3785f5b8f3ae91b54 100644 (file)
@@ -20,7 +20,7 @@ serde = { workspace = true }
 serde_json = { workspace = true }
 hyper = { workspace = true }
 
-twilight-http-ratelimiting = { git = "https://github.com/MatthieuCoder/twilight.git" }
+twilight-http-ratelimiting = "0.14.2"
 tonic = "0.8.3"
 tokio-stream = "0.1.11"
 redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] }
index aed205faf78eb96469944a219853a9c2720a4b4e..d058a732238b0089b6776bf12486fb463617536f 100644 (file)
@@ -24,7 +24,7 @@ futures-util = "0.3.17"
 hyper-rustls = "0.23.2"
 lazy_static = "1.4.0"
 xxhash-rust = { version = "0.8.2", features = ["xxh32"] }
-twilight-http-ratelimiting = { git = "https://github.com/MatthieuCoder/twilight.git" }
+twilight-http-ratelimiting = "0.14.2"
 
 hashring = "0.3.0"
 tonic = "0.8.3"
index 0078a70e622f4193a59ad98fcee4632aec14c382..f601a662fe64bf114cb3b1421d68925dbe723ba7 100644 (file)
@@ -16,6 +16,6 @@ anyhow = { workspace = true }
 
 hex = "0.4.3"
 ed25519-dalek = "1"
-twilight-model = { version = "0.14" }
+twilight-model = "0.14.2"
 
 async-nats = "0.26.0"
index 90e30ce5189cdaf1b28b38ba63506cd09123efb9..a9cd6b9b2c7812d43ac0662b97ce17c1302c8558 100644 (file)
@@ -14,6 +14,6 @@ config = { version = "0.13", default-features = false, features = ["json", "yaml
 redis = { version = "0.22.1", features = ["cluster", "connection-manager", "tokio-comp"] }
 
 async-nats = "0.26.0"
-twilight-model = "0.14"
+twilight-model = "0.14.2"
 anyhow = "1.0.68"
 opentelemetry-otlp = "0.11.0"
\ No newline at end of file