Skip to content

Commit e3bcd4d

Browse files
jplattepoljar
authored andcommitted
chore: Upgrade dirs to 6.0 in examples
1 parent ea4c9a4 commit e3bcd4d

File tree

3 files changed

+7
-39
lines changed

3 files changed

+7
-39
lines changed

Cargo.lock

Lines changed: 5 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/oauth_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test = false
1111

1212
[dependencies]
1313
anyhow = { workspace = true }
14-
dirs = "5.0.1"
14+
dirs = "6.0.0"
1515
futures-util = { workspace = true }
1616
matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
1717
rand = { workspace = true }

examples/persist_session/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ test = false
1111

1212
[dependencies]
1313
anyhow = { workspace = true }
14-
dirs = "5.0.1"
14+
dirs = "6.0.0"
1515
rand = { workspace = true }
1616
serde = { workspace = true }
1717
serde_json = { workspace = true }

0 commit comments

Comments
 (0)