Skip to content

Commit e75d502

Browse files
fix(deps): update rust crate ron to ^0.11.0 (#67)
1 parent e5a3165 commit e75d502

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.10.0"
36+
ron = "^0.11.0"
3737
serde = { version = "^1.0", features = ["derive"] }
3838
tempfile = { version = "^3.0", optional = true }
3939

0 commit comments

Comments
 (0)