chore(deps): Bump tokio from 1.25.0 to 1.26.0 (#7107)
* chore(deps): Bump tokio from 1.25.0 to 1.26.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Run cargo hakari tasks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CircleCI[bot] <circleci@influxdata.com> Co-authored-by: Dom <dom@itsallbroken.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>pull/24376/head
							parent
							
								
									06b2c7a329
								
							
						
					
					
						commit
						c538cac4ef
					
				| 
						 | 
				
			
			@ -5804,9 +5804,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 | 
			
		|||
 | 
			
		||||
[[package]]
 | 
			
		||||
name = "tokio"
 | 
			
		||||
version = "1.25.0"
 | 
			
		||||
version = "1.26.0"
 | 
			
		||||
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
			
		||||
checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
 | 
			
		||||
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
 | 
			
		||||
dependencies = [
 | 
			
		||||
 "autocfg",
 | 
			
		||||
 "bytes",
 | 
			
		||||
| 
						 | 
				
			
			@ -5820,7 +5820,7 @@ dependencies = [
 | 
			
		|||
 "socket2",
 | 
			
		||||
 "tokio-macros",
 | 
			
		||||
 "tracing",
 | 
			
		||||
 "windows-sys 0.42.0",
 | 
			
		||||
 "windows-sys 0.45.0",
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
[[package]]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,7 +6,7 @@ edition.workspace = true
 | 
			
		|||
license.workspace = true
 | 
			
		||||
 | 
			
		||||
[dependencies]
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "time"] }
 | 
			
		||||
observability_deps = { path = "../observability_deps" }
 | 
			
		||||
rand = "0.8"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ observability_deps = { path = "../observability_deps" }
 | 
			
		|||
parking_lot = { version = "0.12", features = ["arc_lock"] }
 | 
			
		||||
pdatastructs = { version = "0.7", default-features = false, features = ["fixedbitset"] }
 | 
			
		||||
rand = "0.8.3"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
trace = { path = "../trace"}
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,5 +15,5 @@ tower = "0.4"
 | 
			
		|||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread"] }
 | 
			
		||||
mockito = "0.32"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ schema = { path = "../schema" }
 | 
			
		|||
service_grpc_catalog = { path = "../service_grpc_catalog"}
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
thiserror = "1.0"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
tonic = { version = "0.8" }
 | 
			
		||||
uuid = { version = "1", features = ["v4"] }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@ datafusion = { workspace = true }
 | 
			
		|||
futures = "0.3"
 | 
			
		||||
observability_deps = { path = "../observability_deps" }
 | 
			
		||||
pin-project = "1.0"
 | 
			
		||||
tokio = { version = "1.25", features = ["parking_lot", "sync"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["parking_lot", "sync"] }
 | 
			
		||||
tokio-stream = "0.1"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,7 +11,7 @@ observability_deps = { path = "../observability_deps" }
 | 
			
		|||
once_cell = { version = "1.17", features = ["parking_lot"] }
 | 
			
		||||
parking_lot = "0.12"
 | 
			
		||||
pin-project = "1.0"
 | 
			
		||||
tokio = { version = "1.25" }
 | 
			
		||||
tokio = { version = "1.26" }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -17,6 +17,6 @@ bytes = "1.4"
 | 
			
		|||
futures = "0.3"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
prost = "0.11"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ schema = { path = "../schema" }
 | 
			
		|||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.93"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tokio = { version = "1.25" }
 | 
			
		||||
tokio = { version = "1.26" }
 | 
			
		||||
tonic = { version = "0.8" }
 | 
			
		||||
trogging = { path = "../trogging", features = ["clap"] }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,5 +19,5 @@ uuid = { version = "1", features = ["v4"] }
 | 
			
		|||
mockito = "0.32"
 | 
			
		||||
once_cell = { version = "1.17", features = ["parking_lot"] }
 | 
			
		||||
parking_lot = "0.12"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
test_helpers = { path = "../test_helpers" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -71,7 +71,7 @@ snafu = "0.7"
 | 
			
		|||
tempfile = "3.4.0"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tikv-jemalloc-ctl = { version = "0.5.0", optional = true }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time", "io-std"] }
 | 
			
		||||
tokio-stream = { version = "0.1", features = ["net"] }
 | 
			
		||||
tokio-util = { version = "0.7.7", features = ["compat"] }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -22,7 +22,7 @@ generated_types = { path = "../generated_types", default-features = false, featu
 | 
			
		|||
prost = "0.11"
 | 
			
		||||
rand = "0.8.3"
 | 
			
		||||
reqwest = { version = "0.11", default-features = false, features = ["stream", "rustls-tls"] }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread"] }
 | 
			
		||||
tokio-stream = "0.1.12"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tonic = { version = "0.8" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -41,7 +41,7 @@ schema = { path = "../schema" }
 | 
			
		|||
service_grpc_catalog = { path = "../service_grpc_catalog"}
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
thiserror = "1.0"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
tonic = { version = "0.8" }
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -43,7 +43,7 @@ service_grpc_catalog = { version = "0.1.0", path = "../service_grpc_catalog" }
 | 
			
		|||
sharder = { version = "0.1.0", path = "../sharder" }
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"], optional = true }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tonic = "0.8.3"
 | 
			
		||||
trace = { version = "0.1.0", path = "../trace" }
 | 
			
		||||
uuid = "1.3.0"
 | 
			
		||||
| 
						 | 
				
			
			@ -60,7 +60,7 @@ mutable_batch_lp = { path = "../mutable_batch_lp" }
 | 
			
		|||
paste = "1.0.11"
 | 
			
		||||
tempfile = "3.4.0"
 | 
			
		||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "time", "test-util"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "time", "test-util"] }
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
benches = ["test_helpers"] # Export some internal types for benchmark purposes only.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -20,7 +20,7 @@ snafu = "0.7"
 | 
			
		|||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls" , "postgres", "uuid", "sqlite" ] }
 | 
			
		||||
sqlx-hotswap-pool = { path = "../sqlx-hotswap-pool" }
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tokio = { version = "1.25", features = ["io-util", "macros", "parking_lot", "rt-multi-thread", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["io-util", "macros", "parking_lot", "rt-multi-thread", "time"] }
 | 
			
		||||
uuid = { version = "1", features = ["v4"] }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ schema = { path = "../schema" }
 | 
			
		|||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.93"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
toml = "0.7.2"
 | 
			
		||||
tracing = "0.1"
 | 
			
		||||
tracing-subscriber = "0.3"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -37,7 +37,7 @@ query_functions = { path = "../query_functions"}
 | 
			
		|||
regex = "1"
 | 
			
		||||
schema = { path = "../schema" }
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot"] }
 | 
			
		||||
tokio-stream = "0.1"
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
predicate = { path = "../predicate" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -9,7 +9,7 @@ license.workspace = true
 | 
			
		|||
[dependencies]
 | 
			
		||||
chrono = { version = "0.4.23", default-features = false, features = ["clock", "std"] }
 | 
			
		||||
parking_lot = "0.12"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,7 +42,7 @@ serde = { version = "1.0", features = ["derive"] }
 | 
			
		|||
serde_json = "1.0.93"
 | 
			
		||||
serde_urlencoded = "0.7.0"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio-stream = { version = "0.1", features = ["net"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@ ioxd_common = { path = "../ioxd_common" }
 | 
			
		|||
metric = { path = "../metric" }
 | 
			
		||||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ arrow-flight = { workspace = true }
 | 
			
		|||
async-trait = "0.1"
 | 
			
		||||
hyper = "0.14"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
parquet_file = { version = "0.1.0", path = "../parquet_file" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,6 +26,6 @@ async-trait = "0.1"
 | 
			
		|||
hashbrown = { workspace = true }
 | 
			
		||||
hyper = "0.14"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -13,10 +13,10 @@ iox_time = { version = "0.1.0", path = "../iox_time" }
 | 
			
		|||
metric = { version = "0.1.0", path = "../metric" }
 | 
			
		||||
object_store = "0.5.4"
 | 
			
		||||
pin-project = "1.0.12"
 | 
			
		||||
tokio = { version = "1.25", features = ["io-util"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["io-util"] }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies] # In alphabetical order
 | 
			
		||||
dotenvy = "0.15.6"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "io-util"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "io-util"] }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ schema = { path = "../schema" }
 | 
			
		|||
snafu = "0.7"
 | 
			
		||||
thiserror = "1.0.38"
 | 
			
		||||
thrift = "0.17"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "sync"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt", "rt-multi-thread", "sync"] }
 | 
			
		||||
uuid = { version = "1", features = ["v4"] }
 | 
			
		||||
zstd = "0.12"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ num_cpus = "1.15.0"
 | 
			
		|||
object_store = { version = "0.5.4" }
 | 
			
		||||
parquet_file  = { path = "../parquet_file" }
 | 
			
		||||
schema = { path = "../schema" }
 | 
			
		||||
tokio = "1.25"
 | 
			
		||||
tokio = "1.26"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -39,7 +39,7 @@ schema = { path = "../schema" }
 | 
			
		|||
sharder = { path = "../sharder" }
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
thiserror = "1.0"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
tonic = { version = "0.8" }
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,5 +19,5 @@ snafu = "0.7"
 | 
			
		|||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot"] }
 | 
			
		||||
datafusion_util = { path = "../datafusion_util" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -28,7 +28,7 @@ prost = "0.11"
 | 
			
		|||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.93"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -31,7 +31,7 @@ regex = "1.7.1"
 | 
			
		|||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
serde_json = "1.0.93"
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio-stream = { version = "0.1", features = ["net"] }
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -12,7 +12,7 @@ publish = false
 | 
			
		|||
[dependencies]
 | 
			
		||||
sqlx = { version = "0.6.1", features = ["runtime-tokio-rustls", "postgres", "json", "tls"] }
 | 
			
		||||
either = "1.8.1"
 | 
			
		||||
tokio = { version = "1.25", features = ["rt-multi-thread", "macros", "parking_lot"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["rt-multi-thread", "macros", "parking_lot"] }
 | 
			
		||||
futures = "0.3"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -14,7 +14,7 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
 | 
			
		|||
observability_deps = { path = "../observability_deps" }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
async-trait = { version = "0.1.64", optional = true }
 | 
			
		||||
tokio = { version = "1.25.0", optional = true, default_features = false, features = ["time"] }
 | 
			
		||||
tokio = { version = "1.26.0", optional = true, default_features = false, features = ["time"] }
 | 
			
		||||
 | 
			
		||||
[features]
 | 
			
		||||
default = []
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -31,7 +31,7 @@ snafu = "0.7"
 | 
			
		|||
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls" , "postgres", "uuid" ] }
 | 
			
		||||
tempfile = "3.4.0"
 | 
			
		||||
test_helpers = { path = "../test_helpers", features = ["future_timeout"] }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
 | 
			
		||||
tokio-util = "0.7"
 | 
			
		||||
tonic = "0.8"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ iox_time = { path = "../iox_time" }
 | 
			
		|||
observability_deps = { path = "../observability_deps" }
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
thrift = { version = "0.17.0" }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt", "sync"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt", "sync"] }
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,11 +15,11 @@ observability_deps = { path = "../observability_deps" }
 | 
			
		|||
parking_lot = "0.12"
 | 
			
		||||
pin-project = "1.0"
 | 
			
		||||
iox_time = { path = "../iox_time" }
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "sync", "time"] }
 | 
			
		||||
tokio-util = { version = "0.7.7" }
 | 
			
		||||
trace = { path = "../trace"}
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
[dev-dependencies]
 | 
			
		||||
# Need the multi-threaded executor for testing
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "parking_lot", "rt-multi-thread", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "parking_lot", "rt-multi-thread", "time"] }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -21,7 +21,7 @@ regex = "1.7.1"
 | 
			
		|||
serde = { version = "1.0", features = ["derive"] }
 | 
			
		||||
snafu = "0.7"
 | 
			
		||||
snap = "1.0.0"
 | 
			
		||||
tokio = { version = "1.25", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["macros", "fs", "io-util", "parking_lot", "rt-multi-thread", "sync", "time"] }
 | 
			
		||||
tokio-util = "0.7"
 | 
			
		||||
workspace-hack = { version = "0.1", path = "../workspace-hack" }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -183,14 +183,14 @@ rustix = { version = "0.36", features = ["fs", "termios"] }
 | 
			
		|||
once_cell = { version = "1", default-features = false, features = ["unstable"] }
 | 
			
		||||
scopeguard = { version = "1" }
 | 
			
		||||
winapi = { version = "0.3", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
 | 
			
		||||
windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
 | 
			
		||||
windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] }
 | 
			
		||||
windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
 | 
			
		||||
windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] }
 | 
			
		||||
 | 
			
		||||
[target.x86_64-pc-windows-msvc.build-dependencies]
 | 
			
		||||
once_cell = { version = "1", default-features = false, features = ["unstable"] }
 | 
			
		||||
scopeguard = { version = "1" }
 | 
			
		||||
winapi = { version = "0.3", default-features = false, features = ["activation", "basetsd", "combaseapi", "consoleapi", "errhandlingapi", "fileapi", "handleapi", "impl-debug", "impl-default", "knownfolders", "minwinbase", "minwindef", "ntsecapi", "ntstatus", "objbase", "processenv", "roapi", "shellapi", "shlobj", "std", "stringapiset", "synchapi", "timezoneapi", "winbase", "wincon", "winerror", "winnt", "winreg", "winstring", "winuser", "ws2ipdef", "ws2tcpip", "wtypesbase"] }
 | 
			
		||||
windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
 | 
			
		||||
windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] }
 | 
			
		||||
windows-sys-53888c27b7ba5cf4 = { package = "windows-sys", version = "0.45", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
 | 
			
		||||
windows-sys-b32c9ddb6d93a9d2 = { package = "windows-sys", version = "0.42", features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse"] }
 | 
			
		||||
 | 
			
		||||
### END HAKARI SECTION
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -26,7 +26,7 @@ pin-project = "1.0"
 | 
			
		|||
prost = "0.11"
 | 
			
		||||
rskafka = { git = "https://github.com/influxdata/rskafka.git", rev="abb2a28cff5ce39d186e814a0c5012267b9690a4", default-features = false, features = ["compression-zstd", "transport-socks5"] }
 | 
			
		||||
schema = { path = "../schema" }
 | 
			
		||||
tokio = { version = "1.25", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] }
 | 
			
		||||
tokio = { version = "1.26", features = ["fs", "macros", "parking_lot", "rt", "sync", "time"] }
 | 
			
		||||
tokio-util = "0.7.7"
 | 
			
		||||
trace = { path = "../trace" }
 | 
			
		||||
trace_http = { path = "../trace_http" }
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue