🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

bstr

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bstr - cargo Package Compare versions

Comparing version
1.11.2
to
1.11.3
+1
-1
.cargo_vcs_info.json
{
"git": {
"sha1": "b669472014bd90751fe542d6ac4d3b776129adf5"
"sha1": "cbe2c692782d772f7c2fd8be0972bf9b91889a97"
},
"path_in_vcs": ""
}

@@ -7,3 +7,3 @@ # This file is automatically @generated by Cargo.

name = "bstr"
version = "1.11.2"
version = "1.11.3"
dependencies = [

@@ -10,0 +10,0 @@ "memchr",

@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO

name = "bstr"
version = "1.11.2"
version = "1.11.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]

@@ -19,0 +19,0 @@ build = false

@@ -55,4 +55,4 @@ macro_rules! impl_partial_eq {

fn eq(&self, other: &$lhs) -> bool {
let this: &[u8] = (&**other).as_ref();
PartialEq::eq(this, self.as_bytes())
let this: &[u8] = (&**self).as_ref();
PartialEq::eq(this, other.as_bytes())
}

@@ -59,0 +59,0 @@ }

Sorry, the diff of this file is not supported yet