Skip to content

Commit 7b0ff7c

Browse files
fix(deps): update rust crate ron to ^0.10.0 (#63)
1 parent d0bde87 commit 7b0ff7c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

Lines changed: 5 additions & 4 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ chrono = "^0.4.41"
3333
clap = { version = "^4.4", features = ["derive"] }
3434
libc = "^0.2"
3535
regex = "^1.11"
36-
ron = "^0.8"
36+
ron = "^0.10.0"
3737
serde = { version = "^1.0", features = ["derive"] }
3838
tempfile = { version = "^3.0", optional = true }
3939

0 commit comments

Comments
 (0)