diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-03 07:59:12 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-03 07:59:12 +0100 |
| commit | 7a394b0115c0e05a63ae7ac8b41f02a992fe3d45 (patch) | |
| tree | 9fc3087afc03ae1e4e4e15a2cebed55c3e0b6762 /atuin-common | |
| parent | Bump clap_complete from 3.1.2 to 3.1.3 (#377) (diff) | |
| download | atuin-7a394b0115c0e05a63ae7ac8b41f02a992fe3d45.zip | |
Bump serde from 1.0.136 to 1.0.137 (#375)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.137.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.136...v1.0.137)
---
updated-dependencies:
- dependency-name: serde
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'atuin-common')
| -rw-r--r-- | atuin-common/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin-common/Cargo.toml b/atuin-common/Cargo.toml index 66408779..a270cd45 100644 --- a/atuin-common/Cargo.toml +++ b/atuin-common/Cargo.toml @@ -12,5 +12,5 @@ repository = "https://github.com/ellie/atuin" [dependencies] chrono = { version = "0.4", features = ["serde"] } -serde = { version = "1.0.126", features = ["derive"] } +serde = { version = "1.0.137", features = ["derive"] } uuid = { version = "1.0", features = ["v4"] } |
