Skip to content

Commit e440fba

Browse files
chore: bump toml from 0.8.12 to 0.9.11+spec-1.1.0
Bumps [toml](https://github.com/toml-rs/toml) from 0.8.12 to 0.9.11+spec-1.1.0. - [Commits](toml-rs/toml@toml-v0.8.12...toml-v0.9.11) --- updated-dependencies: - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7030966 commit e440fba

2 files changed

Lines changed: 60 additions & 43 deletions

File tree

Cargo.lock

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

libshpool/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ chrono = "0.4" # getting current time and formatting it
2525
serde = "1" # config parsing, connection header formatting
2626
serde_derive = "1" # config parsing, connection header formatting
2727
serde_json = "1" # JSON output for list command
28-
toml = "0.8" # config parsing
28+
toml = "0.9" # config parsing
2929
byteorder = "1" # endianness
3030
signal-hook = "0.3" # signal handling
3131
shpool_pty = "0.3.2" # spawning shells in ptys

0 commit comments

Comments
 (0)