Skip to content

Commit

Permalink
Update dependencies - CI run.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Oct 2, 2023
1 parent 91b9e29 commit 8e1add7
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
@@ -1,6 +1,6 @@
[package]
name = "figment"
version = "0.10.10"
version = "0.10.11"
authors = ["Sergio Benitez <[email protected]>"]
edition = "2018"
documentation = "https://docs.rs/figment/0.10"
Expand All @@ -23,14 +23,14 @@ test = ["tempfile", "parking_lot"]
serde = { version = "1.0" }
uncased = "0.9.3"
pear = { version = "0.2", optional = true }
toml = { version = "0.7", optional = true }
toml = { version = "0.8", optional = true }
serde_json = { version = "1.0", optional = true }
serde_yaml = { version = "0.9", optional = true }
tempfile = { version = "3", optional = true }
parking_lot = { version = "0.12", optional = true }

[target.'cfg(any(target_pointer_width = "8", target_pointer_width = "16", target_pointer_width = "32"))'.dependencies]
atomic = "0.5.0"
atomic = "0.6.0"

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 8e1add7

Please sign in to comment.