Skip to content

Commit 963340c

Browse files
authored
package updates (#150)
1 parent 327824c commit 963340c

File tree

7 files changed

+38
-48
lines changed

7 files changed

+38
-48
lines changed

Cargo.lock

Lines changed: 26 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,12 @@ bytes = "1.6"
6363
camino = { version = "1.1", features = ["serde1"] }
6464
cfg-if = "1"
6565
chrono = "0.4"
66-
clap = { version = "4.5.8", features = [ "derive" ] }
67-
colored = "2"
66+
clap = { version = "4.5.50", features = [ "derive" ] }
67+
colored = "3"
6868
csv = "1.3"
6969
curl = "0.4"
7070
display-error-chain = "0.2"
71-
dropshot = "0.16.3"
71+
dropshot = "0.16.4"
7272
dropshot-api-manager = "0.2.2"
7373
dropshot-api-manager-types = "0.2.2"
7474
expectorate = "1"
@@ -86,7 +86,7 @@ pretty_assertions = "1.4"
8686
proc-macro2 = "1.0"
8787
progenitor = "0.11"
8888
rand = "0.9"
89-
regex = "1.11"
89+
regex = "1.12"
9090
regress = "0.10"
9191
reqwest = { version = "0.12", default-features = false }
9292
schemars = "0.8"
@@ -100,13 +100,13 @@ slog-async = "2.8"
100100
slog-bunyan = "2.5"
101101
slog-term = "2.9"
102102
socket2 = { version = "0.6", features = ["all"] }
103-
strum = { version = "0.26.3", features = [ "derive" ] }
103+
strum = { version = "0.27", features = [ "derive" ] }
104104
syn = { version = "2.0", features = ["extra-traits"]}
105105
tabwriter = { version = "1", features = ["ansi_formatting"] }
106106
thiserror = "1.0"
107107
tokio = "1.37"
108-
toml = "0.8"
109-
usdt = "0.5"
108+
toml = "0.9"
109+
usdt = "0.6"
110110
uuid = { version = "1.10", features = [ "v4", "serde" ] }
111111
internet-checksum = "0.2"
112112

asic/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ tokio = { workspace = true }
4848
uuid.workspace = true
4949

5050
[build-dependencies]
51-
cc = "1.0"
51+
cc = "1.2"
5252
bindgen = "0.72"
5353
anyhow = "1.0"

dpd-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ chaos = ["asic/chaos"]
99
tofino_asic = ["asic/tofino_asic"]
1010

1111
[dependencies]
12-
async-trait = "0.1.88"
12+
async-trait = "0.1.89"
1313
chrono.workspace = true
1414
crc8 = "0.1.1"
1515
futures.workspace = true

packet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ serde_json.workspace = true
1414
thiserror.workspace = true
1515

1616
[dev-dependencies]
17-
hex-literal = "0.4"
17+
hex-literal = "1.0"

pcap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ authors = ["Nils Nieuwejaar <nils@oxide.computer>"]
55
edition = "2024"
66

77
[build-dependencies]
8-
cc = "1.0"
8+
cc = "1.2"
99
bindgen = "0.72"

tfportd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ oximeter-producer.workspace = true
3939
oxnet.workspace = true
4040

4141
[build-dependencies]
42-
cc = "1.0"
42+
cc = "1.2"

0 commit comments

Comments
 (0)