Skip to content

Commit 02f36e8

Browse files
Update Rust crate reqwest to v0.12.20
1 parent 50856e3 commit 02f36e8

File tree

2 files changed

+78
-40
lines changed

2 files changed

+78
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ members = [
1717

1818
resolver = "2"
1919

20-
[profile.dev]
21-
panic = "abort"
22-
23-
[profile.release]
24-
panic = "abort"
2520

2621
[workspace.dependencies]
2722

@@ -44,7 +39,7 @@ omicron-common = { git = "https://github.com/oxidecomputer/omicron", branch= "ma
4439
oximeter = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
4540
oximeter-producer = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
4641
oximeter-instruments = { git = "https://github.com/oxidecomputer/omicron", branch = "main", default-features = false, features = ["kstat"] }
47-
oxnet = { version = "0.1.1", default-features = false, features = ["schemars", "serde"] }
42+
oxnet = { version = "0.1.0", default-features = false, features = ["schemars", "serde"] }
4843
propolis = { git = "https://github.com/oxidecomputer/propolis" }
4944
sled-agent-client = { git = "https://github.com/oxidecomputer/omicron", branch = "main" }
5045
smf = { git = "https://github.com/illumos/smf-rs" }

0 commit comments

Comments
 (0)