|
1 | 1 | [package] |
2 | 2 | name = "toml" |
3 | | -version = "0.9.8+spec-1.0.0" |
| 3 | +version = "0.9.9+spec-1.0.0" |
4 | 4 | description = """ |
5 | 5 | A native Rust encoder and decoder of TOML-formatted files and streams. Provides |
6 | 6 | implementations of the standard Serialize/Deserialize traits for TOML data to |
@@ -51,13 +51,13 @@ preserve_order = ["dep:indexmap", "std"] |
51 | 51 | [dependencies] |
52 | 52 | serde_core = { version = "1.0.225", default-features = false, features = ["alloc"], optional = true } |
53 | 53 | indexmap = { version = "2.11.4", default-features = false, optional = true } |
54 | | -toml_parser = { version = "1.0.4", path = "../toml_parser", default-features = false, features = ["alloc"], optional = true } |
| 54 | +toml_parser = { version = "1.0.5", path = "../toml_parser", default-features = false, features = ["alloc"], optional = true } |
55 | 55 | winnow = { version = "0.7.13", default-features = false, optional = true } |
56 | 56 | anstream = { version = "0.6.20", optional = true } |
57 | 57 | anstyle = { version = "1.0.11", optional = true } |
58 | | -toml_datetime = { version = "0.7.3", path = "../toml_datetime", default-features = false, features = ["alloc"] } |
59 | | -toml_writer = { version = "1.0.4", path = "../toml_writer", default-features = false, features = ["alloc"], optional = true } |
60 | | -serde_spanned = { version = "1.0.3", path = "../serde_spanned", default-features = false, features = ["alloc"] } |
| 58 | +toml_datetime = { version = "0.7.4", path = "../toml_datetime", default-features = false, features = ["alloc"] } |
| 59 | +toml_writer = { version = "1.0.5", path = "../toml_writer", default-features = false, features = ["alloc"], optional = true } |
| 60 | +serde_spanned = { version = "1.0.4", path = "../serde_spanned", default-features = false, features = ["alloc"] } |
61 | 61 | foldhash = { version = "0.2.0", default-features = false, optional = true } |
62 | 62 |
|
63 | 63 | [dev-dependencies] |
|
0 commit comments