Skip to content

Commit 5755c09

Browse files
committedMar 18, 2025·
update base64 and ron
1 parent 979fa68 commit 5755c09

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed
 

‎Cargo.lock

+5-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build = "build.rs"
1818
anyhow = "1.0"
1919
asyncgit = { path = "./asyncgit", version = "0.27.0", default-features = false }
2020
backtrace = "0.3"
21-
base64 = "0.21"
21+
base64 = "0.22"
2222
bitflags = "2.9"
2323
bugreport = "0.5.1"
2424
bwrap = { version = "1.3", features = ["use_std"] }
@@ -45,7 +45,7 @@ ratatui = { version = "0.29", default-features = false, features = [
4545
'serde',
4646
] }
4747
rayon-core = "1.12"
48-
ron = "0.8"
48+
ron = "0.9"
4949
scopeguard = "1.2"
5050
scopetime = { path = "./scopetime", version = "0.1" }
5151
serde = "1.0"

0 commit comments

Comments
 (0)
Please sign in to comment.