Skip to content

Commit 85c4d77

Browse files
chore(deps): bump toml in /robot-repo-automaton
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.23 to 1.1.0+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.23...toml-v1.1.0) --- updated-dependencies: - dependency-name: toml dependency-version: 1.1.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 d48f585 commit 85c4d77

2 files changed

Lines changed: 32 additions & 28 deletions

File tree

robot-repo-automaton/Cargo.lock

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

robot-repo-automaton/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ reqwest = { version = "0.12", features = ["json", "rustls-tls"], default-feature
4242
# Serialization
4343
serde = { version = "1", features = ["derive"] }
4444
serde_json = "1"
45-
toml = "0.8"
45+
toml = "1.1"
4646

4747
# Git operations
4848
# Using vendored-openssl to avoid system OpenSSL dependency (libssl-dev)

0 commit comments

Comments
 (0)