[PR #32] [MERGED] build: update deps #33

Closed
opened 2026-05-22 22:05:15 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/corn-config/corn/pull/32
Author: @JakeStanger
Created: 6/16/2024
Status: Merged
Merged: 6/16/2024
Merged by: @JakeStanger

Base: masterHead: build/update-deps


📝 Commits (1)

📊 Changes

27 files changed (+417 additions, -273 deletions)

View changed files

📝 Cargo.lock (+315 -231)
📝 assets/inputs/compact.corn (+1 -1)
assets/inputs/null_in_array.corn (+3 -0)
📝 assets/inputs/very_compact.corn (+1 -1)
📝 assets/outputs/json/compact.json (+2 -2)
assets/outputs/json/null_in_array.json (+5 -0)
📝 assets/outputs/json/quoted_keys.json (+2 -1)
📝 assets/outputs/json/very_compact.json (+2 -2)
📝 assets/outputs/toml/compact.toml (+4 -0)
📝 assets/outputs/toml/complex_keys.toml (+1 -1)
assets/outputs/toml/null_in_array.toml (+0 -0)
📝 assets/outputs/toml/quoted_keys.toml (+1 -0)
📝 assets/outputs/toml/very_compact.toml (+4 -0)
📝 assets/outputs/yaml/compact.yml (+2 -2)
📝 assets/outputs/yaml/complex_keys.yml (+1 -1)
assets/outputs/yaml/null_in_array.yml (+3 -0)
📝 assets/outputs/yaml/quoted_keys.yml (+1 -0)
📝 assets/outputs/yaml/very_compact.yml (+2 -2)
📝 corn-cli/Cargo.toml (+6 -6)
📝 corn-cli/src/bin/corn.rs (+1 -1)

...and 7 more files

📄 Description

Updates deps, refactors code due to parser changes. Replaces toml with pinned toml_edit


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/corn-config/corn/pull/32 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/16/2024 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `build/update-deps` --- ### 📝 Commits (1) - [`73fb947`](https://github.com/corn-config/corn/commit/73fb947b3ba30324a434b8011eb5375f65d924d4) build: update deps ### 📊 Changes **27 files changed** (+417 additions, -273 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+315 -231) 📝 `assets/inputs/compact.corn` (+1 -1) ➕ `assets/inputs/null_in_array.corn` (+3 -0) 📝 `assets/inputs/very_compact.corn` (+1 -1) 📝 `assets/outputs/json/compact.json` (+2 -2) ➕ `assets/outputs/json/null_in_array.json` (+5 -0) 📝 `assets/outputs/json/quoted_keys.json` (+2 -1) 📝 `assets/outputs/json/very_compact.json` (+2 -2) 📝 `assets/outputs/toml/compact.toml` (+4 -0) 📝 `assets/outputs/toml/complex_keys.toml` (+1 -1) ➕ `assets/outputs/toml/null_in_array.toml` (+0 -0) 📝 `assets/outputs/toml/quoted_keys.toml` (+1 -0) 📝 `assets/outputs/toml/very_compact.toml` (+4 -0) 📝 `assets/outputs/yaml/compact.yml` (+2 -2) 📝 `assets/outputs/yaml/complex_keys.yml` (+1 -1) ➕ `assets/outputs/yaml/null_in_array.yml` (+3 -0) 📝 `assets/outputs/yaml/quoted_keys.yml` (+1 -0) 📝 `assets/outputs/yaml/very_compact.yml` (+2 -2) 📝 `corn-cli/Cargo.toml` (+6 -6) 📝 `corn-cli/src/bin/corn.rs` (+1 -1) _...and 7 more files_ </details> ### 📄 Description Updates deps, refactors code due to parser changes. Replaces `toml` with pinned `toml_edit` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:05:15 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
corn-config/corn#33
No description provided.