Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b3bd648

Browse filesBrowse files
Update Rust crate toml to v0.8.23 (#1635)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent aee2dcd commit b3bd648
Copy full SHA for b3bd648

File tree

Expand file treeCollapse file tree

3 files changed

+12
-12
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+12
-12
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/front_matter/Cargo.toml

Copy file name to clipboardExpand all lines: crates/front_matter/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2024"
66
[dependencies]
77
eyre = "=0.6.12"
88
serde = { version = "=1.0.219", features = ["derive"] }
9-
toml = "=0.8.22"
9+
toml = "=0.8.23"
1010

1111
[dev-dependencies]
1212
walkdir = "=2.5.0"

‎crates/generate_blog/Cargo.toml

Copy file name to clipboardExpand all lines: crates/generate_blog/Cargo.toml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ edition = "2024"
77
front_matter = { version = "0.1.0", path = "../front_matter" }
88
inquire = "=0.7.5"
99
serde = "=1.0.219"
10-
toml = "=0.8.22"
10+
toml = "=0.8.23"
1111
rust_team_data = { git = "https://github.com/rust-lang/team" }
1212
ureq = { version = "=3.0.11", features = ["rustls", "json"] }

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.