Skip to content

Commit 8bdc9e5

Browse files
Update Rust crate tokio-util to v0.7.14
1 parent 3571dae commit 8bdc9e5

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

Cargo.toml

+10-12
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ resolver = "2"
3333
aes-gcm-siv = "0.11.1"
3434
anyhow = "1"
3535
async-recursion = "1.1.1"
36-
async-trait = "0.1.86"
36+
async-trait = "0.1.83"
3737
atty = "0.2.14"
3838
base64 = "0.22.1"
3939
bincode = "1.3"
40-
byte-unit = "5.1.6"
40+
byte-unit = "5.1.4"
4141
bytes = { version = "1", features = ["serde"] }
4242
camino = { version = "1.1", features = ["serde1"] }
4343
cfg-if = { version = "1" }
@@ -46,18 +46,18 @@ clap = { version = "4.5", features = ["derive", "env", "wrap_help"] }
4646
clearscreen = "2.0.1"
4747
crossterm = { version = "0.28.1" }
4848
crucible-workspace-hack = "0.1.0" # see [patch.crates-io.crucible-workspace-hack] for more
49-
csv = "1.3.1"
49+
csv = "1.3.0"
5050
expectorate = "1.1.0"
5151
futures = "0.3"
5252
futures-core = "0.3"
5353
hex = "0.4"
5454
http = "0.2.12"
55-
httptest = "0.16.3"
55+
httptest = "0.16.1"
5656
human_bytes = "0.4.3"
5757
humantime = "2.1.0"
5858
hyper = { version = "1", features = [ "full" ] }
5959
hyper-staticfile = "0.10.1"
60-
indicatif = { version = "0.17.11", features = ["rayon"] }
60+
indicatif = { version = "0.17.8", features = ["rayon"] }
6161
itertools = "0.13.0"
6262
libc = "0.2"
6363
mime_guess = "2.0.5"
@@ -73,18 +73,16 @@ opentelemetry-jaeger = { version = "0.20.0" }
7373
percent-encoding = "2.3"
7474
progenitor = "0.9.1"
7575
progenitor-client = "0.9.1"
76-
proptest = "1.6.0"
76+
proptest = "1.5.0"
7777
rayon = "1.10.0"
7878
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
7979
rand_chacha = "0.3.1"
80-
reedline = "0.38.0"
81-
rangemap = "1.5.1"
80+
reedline = "0.36.0"
8281
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8382
ringbuffer = "0.15.0"
8483
rusqlite = { version = "0.32" }
8584
rustls-pemfile = { version = "1.0.4" }
8685
schemars = { version = "0.8", features = [ "chrono", "uuid1" ] }
87-
semver = "1"
8886
serde = { version = "1", features = [ "derive" ] }
8987
serde_json = "1"
9088
sha2 = "0.10"
@@ -103,20 +101,20 @@ strum_macros = "0.26"
103101
tempfile = "3"
104102
test-strategy = "0.4.0"
105103
thiserror = "1"
106-
tokio = { version = "1.40", features = ["full"] }
104+
tokio = { version = "1.36", features = ["full"] }
107105
tokio-rustls = { version = "0.24.1" }
108106
tokio-test = "*"
109107
tokio-util = { version = "0.7", features = ["codec"]}
110108
toml = "0.8"
111109
tracing = "0.1"
112110
tracing-opentelemetry = "0.22.0"
113-
tracing-subscriber = "0.3.19"
111+
tracing-subscriber = "0.3.18"
114112
twox-hash = "2.1.0"
115113
usdt = "0.5.0"
116114
uuid = { version = "1", features = [ "serde", "v4" ] }
117115

118116
# git
119-
dropshot = { version = "0.16.0", features = [ "usdt-probes" ] }
117+
dropshot = { version = "0.12.0", features = [ "usdt-probes" ] }
120118
omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
121119
nexus-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
122120
internal-dns = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }

0 commit comments

Comments
 (0)