Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
This updates the dependencies to their latest version. No API changes
of these updates impact confy, so no code changes are needed. The
code builds and the tests run.

This closes rust-cli#87.
  • Loading branch information
daniestevez committed Oct 20, 2023
1 parent d5abd6c commit 6d03bde
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ edition = "2021"

[dependencies]
ron = { version = "0.8.0", optional = true }
directories = "4.0"
directories = "5"
serde = "^1.0"
serde_yaml = { version = "0.8", optional = true }
serde_yaml = { version = "0.9", optional = true }
thiserror = "1.0"
toml = { version = "^0.5", optional = true }
toml = { version = "0.8", optional = true }

[features]
default = ["toml_conf"]
Expand Down

0 comments on commit 6d03bde

Please sign in to comment.