Skip to content

Commit 4e87722

Browse files
cargo(deps): bump toml from 0.9.11+spec-1.1.0 to 1.0.0+spec-1.1.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.9.11+spec-1.1.0 to 1.0.0+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.9.11...toml-v1.0.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.0.0+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3909291 commit 4e87722

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

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

crates/rustmail/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ serde = { version = "1.0.228", features = ["derive"] }
1010
serenity = "0.12.5"
1111
sqlx = { version = "0.8.6", features = ["runtime-tokio", "sqlite", "macros", "migrate"] }
1212
tokio = { version = "1.49.0", features = ["rt-multi-thread", "signal"] }
13-
toml = "0.9.11"
13+
toml = "1.0.0"
1414
reqwest = { version = "0.13.2", features = ["json", "form"] }
1515
async-trait = "0.1.89"
1616
chrono = { version = "0.4.43", features = ["serde"] }

0 commit comments

Comments
 (0)