mirror of
https://github.com/imjasonh/krust
synced 2026-07-08 06:45:32 +00:00
Merge pull request #39 from imjasonh/dependabot/cargo/toml-0.9
chore(deps): Update toml requirement from 0.8 to 0.9
This commit is contained in:
commit
cd1d52840c
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ hyper-tls = "0.6"
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
dirs = "6.0"
|
dirs = "6.0"
|
||||||
toml = "0.8"
|
toml = "0.9"
|
||||||
which = "8.0"
|
which = "8.0"
|
||||||
tempfile = "3.9"
|
tempfile = "3.9"
|
||||||
base64 = "0.22"
|
base64 = "0.22"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue