diff options
Diffstat (limited to 'src/dma/Gopkg.toml')
-rw-r--r-- | src/dma/Gopkg.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dma/Gopkg.toml b/src/dma/Gopkg.toml index 3d26fcc6..c7d461af 100644 --- a/src/dma/Gopkg.toml +++ b/src/dma/Gopkg.toml @@ -28,7 +28,7 @@ ignored = ["golang.org/x/sys/unix"] [[constraint]] name = "github.com/BurntSushi/toml" - version = "0.3.0" + version = "0.3.1" [[constraint]] name = "github.com/go-redis/redis" |