Skip to content

Commit 69c452d

Browse files
chore(deps): bump memcache from 0.20.0 to 0.21.0 (#49)
Bumps [memcache](https://github.com/aisk/rust-memcache) from 0.20.0 to 0.21.0. - [Release notes](https://github.com/aisk/rust-memcache/releases) - [Commits](aisk/rust-memcache@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: memcache dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NullSablex <244216261+NullSablex@users.noreply.github.com>
1 parent aa21e14 commit 69c452d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

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

examples/advanced/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
samp = { package = "rust-samp", path = "../../samp", features = ["encoding"] }
13-
memcache = { version = "0.20", default-features = false }
13+
memcache = { version = "0.21", default-features = false }
1414
log = "0.4"
1515
fern = "0.7"
1616

0 commit comments

Comments
 (0)