Skip to content

Commit aa459ae

Browse files
fix(deps): update rust-major
1 parent f686486 commit aa459ae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

crates/morphir-common/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ anyhow = { workspace = true }
1515
thiserror = { workspace = true }
1616
serde = { version = "1.0", features = ["derive"] }
1717
serde_json = "1.0"
18-
toml = "0.9"
18+
toml = "1.0"
1919
dirs = "6"
2020
morphir-core = { path = "../morphir-core" }
2121
glob = "0.3"
@@ -30,7 +30,7 @@ reqwest = { version = "0.13", default-features = false, features = [
3030
"json",
3131
] }
3232
flate2 = "1.0"
33-
zip = "7.0"
33+
zip = "8.0"
3434
tar = "0.4"
3535
tempfile = "3"
3636

crates/morphir-daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ serde_json = "1.0"
3838
notify = "8"
3939

4040
# Configuration
41-
toml = "0.9"
41+
toml = "1.0"
4242

4343
# Logging
4444
tracing = "0.1"

crates/morphir-design/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ categories.workspace = true
1313
[dependencies]
1414
morphir-common = { path = "../morphir-common" }
1515
anyhow = { workspace = true }
16-
toml = "0.9"
16+
toml = "1.0"
1717
serde = { version = "1.0", features = ["derive"] }
1818
serde_json = "1.0"

0 commit comments

Comments
 (0)